Editor: Skip loading main scene if restore_scenes_on_load is used

This commit is contained in:
William Tumeo
2018-09-21 00:14:04 -03:00
parent d9e88bccbe
commit 62218ea41b
3 changed files with 24 additions and 3 deletions

View File

@ -777,6 +777,7 @@ public:
void edit_current() { _edit_current(); };
void update_keying() const { inspector_dock->update_keying(); };
bool has_scenes_in_session();
EditorNode();
~EditorNode();