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