-small fix to avoid warnings
This commit is contained in:
parent
b519e32e66
commit
f858adf150
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue