mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update RootModule.cs
修复条件判断
This commit is contained in:
@@ -154,7 +154,7 @@ namespace TEngine
|
|||||||
|
|
||||||
private void OnDestroy()
|
private void OnDestroy()
|
||||||
{
|
{
|
||||||
#if UNITY_EDITOR
|
#if !UNITY_EDITOR
|
||||||
ModuleImpSystem.Shutdown();
|
ModuleImpSystem.Shutdown();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user