bug fixed

This commit is contained in:
Remco
2015-05-28 10:13:39 +02:00
parent ab3c3ae694
commit 2276964639
+2
View File
@@ -115,6 +115,7 @@ public class PlayState extends GameState{
@Override
public void draw(Graphics2D g2) {
try{
infoPanel.draw(g2);
g2.setClip(borderRect);
area.draw(g2);
@@ -134,6 +135,7 @@ public class PlayState extends GameState{
if(player != null)
player.draw(g2);
}catch(Exception e){};
}