Fix build

This commit is contained in:
Wojtek Figat
2022-01-09 17:46:37 +01:00
parent 73f7688c58
commit 892723c501
3 changed files with 3 additions and 18 deletions

View File

@@ -143,9 +143,11 @@ Delegate<Scene*, const Guid&> Level::SceneLoaded;
Delegate<Scene*, const Guid&> Level::SceneLoadError;
Delegate<Scene*, const Guid&> Level::SceneUnloading;
Delegate<Scene*, const Guid&> Level::SceneUnloaded;
#if USE_EDITOR
Action Level::ScriptsReloadStart;
Action Level::ScriptsReload;
Action Level::ScriptsReloadEnd;
#endif
Array<String> Level::Tags;
String Level::Layers[32];