Objects can no longer move outside field

This commit is contained in:
2015-04-08 13:51:01 +02:00
parent a360286c48
commit b50c4d2c33
2 changed files with 19 additions and 1 deletions
+1
View File
@@ -612,6 +612,7 @@ public class Panel extends JPanel implements ActionListener
this.height = height;
paths.clear();
objects.clear();
visitors.clear();
cameraScale = 1;
switch (terrainIndex)
{