1
0
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:
Juan Linietsky
2015-11-19 19:59:33 -03:00
parent b519e32e66
commit f858adf150

View File

@@ -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");