diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-02-19 22:02:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-19 22:02:02 +0100 |
| commit | e7fb14351533f823cdc1261c3905ac8d5cb82f47 (patch) | |
| tree | 907e6556bd23349e36d6aa1b633b237e7e1d59a4 /editor/plugins/spatial_editor_plugin.h | |
| parent | 1d2d08da5b04abcd1c956c32d5cec4733b281d40 (diff) | |
| parent | 04d0a0b96deb1f1699915efd4aa723529172ae0b (diff) | |
| download | redot-engine-e7fb14351533f823cdc1261c3905ac8d5cb82f47.tar.gz | |
Merge pull request #14433 from PJB3005/17-12-08-3d_grid_color_setting_update
Makes 3D editor grid color update without restart.
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 55866cac99..d1fcdf8d54 100644 --- a/editor/plugins/spatial_editor_plugin.h +++ b/editor/plugins/spatial_editor_plugin.h @@ -531,7 +531,9 @@ private: void _instance_scene(); void _init_indicators(); + void _init_grid(); void _finish_indicators(); + void _finish_grid(); void _toggle_maximize_view(Object *p_viewport); |
