diff options
Diffstat (limited to 'tools/editor/editor_data.h')
-rw-r--r-- | tools/editor/editor_data.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_data.h b/tools/editor/editor_data.h index 7dafeeea04..fcc8ccef06 100644 --- a/tools/editor/editor_data.h +++ b/tools/editor/editor_data.h @@ -196,6 +196,7 @@ public: void set_edited_scene_live_edit_root(const NodePath& p_root); NodePath get_edited_scene_live_edit_root(); bool check_and_update_scene(int p_idx); + void move_edited_scene_to_index(int p_idx); void set_plugin_window_layout(Ref<ConfigFile> p_layout); |