Fixed starting in profiler.

This commit is contained in:
Evgeny Gerashchenko
2013-05-30 12:53:26 +04:00
parent 7ff1885e8e
commit b08751f501
@@ -116,7 +116,7 @@ public class Profiler {
}
public Profiler start() {
if (!paused) {
if (paused) {
start = System.nanoTime();
paused = false;
}