Browse Source

-small fix to avoid warnings

Juan Linietsky 9 năm trước cách đây
mục cha
commit
f858adf150
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/editor/scenes_dock.cpp

+ 1 - 1
tools/editor/scenes_dock.cpp

@@ -155,7 +155,7 @@ void ScenesDock::_notification(int p_what) {
 
 			if (initialized)
 				return;
-			initialized=false;
+			initialized=true;
 
 			EditorFileSystem::get_singleton()->connect("filesystem_changed",this,"_fs_changed");