summaryrefslogtreecommitdiffstats
path: root/editor/plugins/spatial_editor_plugin.h
diff options
context:
space:
mode:
authorPJB3005 <pieterjan.briers@gmail.com>2017-12-08 23:45:33 +0100
committerPJB3005 <pieterjan.briers@gmail.com>2017-12-09 21:16:26 +0100
commit04d0a0b96deb1f1699915efd4aa723529172ae0b (patch)
tree63304f009aa47bfa9dbfb2c588993ecd38db0f1d /editor/plugins/spatial_editor_plugin.h
parent2c6af835a1fa5518e95d874559bdcd90ce5cb24e (diff)
downloadredot-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.h2
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);