Remove Debug Spam
This commit is contained in:
parent
e14e8fe505
commit
12792a7897
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ class App {
|
|||
|
||||
void process(num now) {
|
||||
_drawLag = now - lastNow;
|
||||
print(_drawLag);
|
||||
lastNow = now;
|
||||
|
||||
_updateLag += _drawLag;
|
||||
|
|
Loading…
Reference in a new issue