summaryrefslogtreecommitdiffstats
path: root/editor/plugins/spatial_editor_plugin.h
diff options
context:
space:
mode:
authorGuilherme Felipe <guilhermefelipecgs@gmail.com>2018-08-14 18:13:48 -0300
committerGuilherme Felipe <guilhermefelipecgs@gmail.com>2018-08-14 19:25:27 -0300
commitae788125a0ef081c99ce7360f689e96b8739db6d (patch)
tree41d0fba539c3b9ba5bea2e713e5a04a043a3c3c4 /editor/plugins/spatial_editor_plugin.h
parentbbdb6cf16ead5138bb18cbf435cdecd63bc7d4ab (diff)
downloadredot-engine-ae788125a0ef081c99ce7360f689e96b8739db6d.tar.gz
Disable camera interpolation when switching scene tabs
Fix #11764
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 0ebc11e5df..4057145c2f 100644
--- a/editor/plugins/spatial_editor_plugin.h
+++ b/editor/plugins/spatial_editor_plugin.h
@@ -741,6 +741,8 @@ public:
virtual void set_state(const Dictionary &p_state);
virtual void clear() { spatial_editor->clear(); }
+ virtual void edited_scene_changed();
+
SpatialEditorPlugin(EditorNode *p_node);
~SpatialEditorPlugin();
};