Update RootModule.cs

修复条件判断
This commit is contained in:
sxb
2024-05-20 13:31:57 +08:00
committed by GitHub
parent f11098d32e
commit cd9a10ccac

View File

@@ -154,7 +154,7 @@ namespace TEngine
private void OnDestroy()
{
#if UNITY_EDITOR
#if !UNITY_EDITOR
ModuleImpSystem.Shutdown();
#endif
}