Fixed starting in profiler.
This commit is contained in:
@@ -116,7 +116,7 @@ public class Profiler {
|
||||
}
|
||||
|
||||
public Profiler start() {
|
||||
if (!paused) {
|
||||
if (paused) {
|
||||
start = System.nanoTime();
|
||||
paused = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user