Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Fixed udon test case not ignored in SDK2
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanLaser committed Jan 29, 2021
1 parent bec15a6 commit 96d5a84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CyanEmu/Tests/UdonSharp/USharpCyanEmuTestScript.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

#if UDON

using UdonSharp;
using UnityEngine;
using VRC.SDKBase;
Expand Down Expand Up @@ -260,3 +262,4 @@ private bool TestOtherPlayerSettings(VRCPlayerApi player)
}
}
}
#endif

0 comments on commit 96d5a84

Please sign in to comment.