diff options
| author | PJB3005 <pieterjan.briers@gmail.com> | 2017-12-08 23:45:33 +0100 |
|---|---|---|
| committer | PJB3005 <pieterjan.briers@gmail.com> | 2017-12-09 21:16:26 +0100 |
| commit | 04d0a0b96deb1f1699915efd4aa723529172ae0b (patch) | |
| tree | 63304f009aa47bfa9dbfb2c588993ecd38db0f1d /editor/plugins/spatial_editor_plugin.h | |
| parent | 2c6af835a1fa5518e95d874559bdcd90ce5cb24e (diff) | |
| download | redot-engine-04d0a0b96deb1f1699915efd4aa723529172ae0b.tar.gz | |
Makes 3D editor grid color update without restart.
Fixes #14415
Diffstat (limited to 'editor/plugins/spatial_editor_plugin.h')
| -rw-r--r-- | editor/plugins/spatial_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/spatial_editor_plugin.h b/editor/plugins/spatial_editor_plugin.h index 0c2571017b..733085a6c4 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -533,7 +533,9 @@ private: void _instance_scene(); void _init_indicators(); + void _init_grid(); void _finish_indicators(); + void _finish_grid(); void _toggle_maximize_view(Object *p_viewport); |
