Explorar o código

-small fix to avoid warnings

Juan Linietsky %!s(int64=9) %!d(string=hai) anos
pai
achega
f858adf150
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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");