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){
|
if (justResumed){
|
||||||
Gdx.gl.glClear(Gdx.gl.GL_COLOR_BUFFER_BIT);
|
Gdx.gl.glClear(Gdx.gl.GL_COLOR_BUFFER_BIT);
|
||||||
justResumed = false;
|
justResumed = false;
|
||||||
System.out.println("resuming!");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user