Skip to content
Snippets Groups Projects
Commit fd0bf04e authored by btomi96's avatar btomi96
Browse files

Merge branch 'graphcontroller' into 'master'

Bug print remove



See merge request !62
parents f993b734 31984e5a
Branches
Tags
1 merge request!62Bug print remove
......@@ -314,7 +314,6 @@ public class GameController implements PropertyChangeListener{
// update only the changed fields
int coord = (int)evt.getNewValue();
System.out.println(coord);
int xCoord = coord / map[0].length;
int yCoord = coord % map[0].length;
Field changedField = (Field)evt.getOldValue();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment