bug fixed
This commit is contained in:
@@ -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){};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user