Fixed regression in StoneTray tests
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@207 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
ce982fcdaf
commit
c9eb1cbdb8
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class StoneTray<E extends Sizeable> implements IStoneTray<E> {
|
|||
}
|
||||
|
||||
objects.remove(currentObject);
|
||||
drop(currentObject, newPosition, direction);
|
||||
drop(currentObject, newPosition, newDirection);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue