1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Fix get_edited_scene_root error at starting editor

This commit is contained in:
volzhs
2017-12-10 08:01:00 +09:00
parent 75d0aeb0e9
commit 81a79e0c0e
2 changed files with 2 additions and 2 deletions

View File

@@ -4344,7 +4344,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) {
additive_selection = false;
// Update the menus checkboxes
set_state(get_state());
call_deferred("set_state", get_state());
}
CanvasItemEditor *CanvasItemEditor::singleton = NULL;