v0.9.2: removed an unintentional print statement from Game
This commit is contained in:
parent
479096d10f
commit
3afc33d48d
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user