Remove extraneous print statement
parent
a81c4e21c4
commit
061ca4ddda
|
@ -15,6 +15,5 @@ public class WallSign extends TextBox implements Serializable {
|
|||
newX -= GameFrame.game.camera.x;
|
||||
super.draw(g, new Color(0, 0, 0, 0), textColor);
|
||||
newX = oldX;
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue