Fix crash on native type in JsonAsset due to scripting hot-reload in Editor

This commit is contained in:
Wojciech Figat
2022-01-31 10:33:05 +01:00
parent f8eba66b5e
commit d0e37ba6ef
3 changed files with 64 additions and 15 deletions

View File

@@ -146,6 +146,7 @@ Delegate<Scene*, const Guid&> Level::SceneUnloaded;
#if USE_EDITOR
Action Level::ScriptsReloadStart;
Action Level::ScriptsReload;
Action Level::ScriptsReloaded;
Action Level::ScriptsReloadEnd;
#endif
Array<String> Level::Tags;