Fix console flag

This commit is contained in:
luboslenco 2018-08-28 13:52:53 +02:00
parent 68ec902090
commit a83502c0f8

View file

@ -42,7 +42,7 @@ class DebugConsole extends Trait {
var graph:kha.Image = null;
var graphA:kha.Image = null;
var graphB:kha.Image = null;
var benchmark = true;
var benchmark = false;
var benchFrames = 0;
var benchTime = 0.0;