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