You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
-small fix to avoid warnings
This commit is contained in:
@@ -155,7 +155,7 @@ void ScenesDock::_notification(int p_what) {
|
|||||||
|
|
||||||
if (initialized)
|
if (initialized)
|
||||||
return;
|
return;
|
||||||
initialized=false;
|
initialized=true;
|
||||||
|
|
||||||
EditorFileSystem::get_singleton()->connect("filesystem_changed",this,"_fs_changed");
|
EditorFileSystem::get_singleton()->connect("filesystem_changed",this,"_fs_changed");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user