Remove debugging line.

This commit is contained in:
Jan Philipp Timme 2014-11-11 15:11:31 +01:00
parent 25f3114c9f
commit a0cb033bb3
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ public class GameScreen extends Screen {
while (this.entityPaintIterator.hasNext()) {
this.entityPaintIterator.next().paint(g);
}
g.drawString("Frame Time: " + "", 20, 20);
}
@Override