disable profiler
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
This commit is contained in:
parent
7996738bf5
commit
da021f889f
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user