Skip to content

Commit

Permalink
ci: fix wrong check being used
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Sep 23, 2024
1 parent 96c2488 commit 885860c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using UnityEngine;
using Debug = UnityEngine.Debug;

#if UNITY_EDITOR_OSX
#if UNITY_EDITOR_LINUX
using UnityEditor;
#endif

Expand Down

0 comments on commit 885860c

Please sign in to comment.