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