v0.9.2: removed an unintentional print statement from Game

This commit is contained in:
Evan Debenham 2021-01-25 23:22:33 -05:00
parent 479096d10f
commit 3afc33d48d

View File

@ -149,7 +149,6 @@ public class Game implements ApplicationListener {
if (justResumed){
Gdx.gl.glClear(Gdx.gl.GL_COLOR_BUFFER_BIT);
justResumed = false;
System.out.println("resuming!");
return;
}