1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Makes 3D editor grid color update without restart.

Fixes #14415
This commit is contained in:
PJB3005
2017-12-08 23:45:33 +01:00
parent 2c6af835a1
commit 04d0a0b96d
2 changed files with 75 additions and 55 deletions

View File

@@ -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);