Remove debugging line.
This commit is contained in:
parent
25f3114c9f
commit
a0cb033bb3
|
@ -52,7 +52,6 @@ public class GameScreen extends Screen {
|
||||||
while (this.entityPaintIterator.hasNext()) {
|
while (this.entityPaintIterator.hasNext()) {
|
||||||
this.entityPaintIterator.next().paint(g);
|
this.entityPaintIterator.next().paint(g);
|
||||||
}
|
}
|
||||||
g.drawString("Frame Time: " + "", 20, 20);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue