Skip to content

Commit

Permalink
Temp fix to prevent GraphicRendererTests being used when imported as …
Browse files Browse the repository at this point in the history
…a Unity Package (Graphic Engine)
  • Loading branch information
Max Palmer committed Jan 19, 2021
1 parent a8db918 commit b92df97
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
using UnityEngine;
using UnityEditor;

#if LEAP_TESTS
using Leap.Unity.Testing;


Expand Down Expand Up @@ -39,3 +40,4 @@ private static void addScene(string name, List<EditorBuildSettingsScene> scenes)
}
}
#endif
#endif

0 comments on commit b92df97

Please sign in to comment.