Removed leftover TODO in StoneTray
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@76 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
3e257e3979
commit
1236d16fc6
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ public class StoneTray<E extends Sizeable> implements
|
||||||
direction = getMoveDirection(object, position, i);
|
direction = getMoveDirection(object, position, i);
|
||||||
}
|
}
|
||||||
Position newPosition = null;
|
Position newPosition = null;
|
||||||
// TODO dinge bewegen
|
// Move object to avoid overlap
|
||||||
switch (direction) {
|
switch (direction) {
|
||||||
case TOP:
|
case TOP:
|
||||||
newPosition = new Position(i.getSecond().getX(),
|
newPosition = new Position(i.getSecond().getX(),
|
||||||
|
|
Reference in a new issue