diff options
author | marynate <mary.w.nate@gmail.com> | 2014-04-01 18:45:48 +0800 |
---|---|---|
committer | marynate <mary.w.nate@gmail.com> | 2014-04-01 19:09:44 +0800 |
commit | 465f81a37a4d7755924de49f62985ef23a43c932 (patch) | |
tree | fc4a95c4e686c940ba3de8e3a4c1206f0bffedb2 /tools/editor/plugins/spatial_editor_plugin.h | |
parent | a0fcab0a94559b0cdd38e1ee2e3d82e584420750 (diff) |
Space to toggle maximize viewport
Cleanup debug output
Diffstat (limited to 'tools/editor/plugins/spatial_editor_plugin.h')
-rw-r--r-- | tools/editor/plugins/spatial_editor_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.h b/tools/editor/plugins/spatial_editor_plugin.h index 308590ecea..3f64e51cdb 100644 --- a/tools/editor/plugins/spatial_editor_plugin.h +++ b/tools/editor/plugins/spatial_editor_plugin.h @@ -364,6 +364,8 @@ private: void _init_indicators(); void _finish_indicators(); + void _toggle_maximize_view(Object* p_viewport); + Node *custom_camera; Object *_get_editor_data(Object *p_what); |