This commit is contained in:
Wojtek Figat
2021-02-05 21:11:41 +01:00
parent 78e4ba2f17
commit 43692f514a

View File

@@ -369,7 +369,7 @@ namespace FlaxEngine
_renderer = null;
}
#if FLAX_EDITOR
if (_editorRoot)
if (_editorRoot != null)
_guiRoot.Parent = _editorRoot;
#endif
break;