disable profiler
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2025-03-28 19:14:34 -04:00
parent 7996738bf5
commit da021f889f

View File

@ -11,7 +11,7 @@ public class Profiler {
//controls whether to profile or not
//!!WARNING!!: when this is turned on, testing can behave weirdly!! IE GET STUCK!
public static boolean PROFILE = true;
public static boolean PROFILE = false;
//pointer to the global instance
long pointer = -1;