Fix conditional compilation.

This commit is contained in:
2023-01-01 20:07:58 +08:00
parent 2b5bc5dd08
commit e8f8593555
4 changed files with 7 additions and 1 deletions

View File

@@ -284,7 +284,9 @@ namespace Cryville.Crtr {
#elif UNITY_5_3_OR_NEWER
SceneManager.UnloadScene("Play");
#endif
#if UNITY_STANDALONE_WIN || UNITY_EDITOR_WIN
DiscordController.Instance.SetIdle();
#endif
}
#pragma warning restore IDE1006