kleine fixes

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@364 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-05-31 22:06:23 +02:00
parent d7aba3d722
commit 63192810a3
6 changed files with 71 additions and 62 deletions

View file

@ -439,7 +439,7 @@ public class HumanTurnControl extends AbstractTurnControl {
table.drop(
new StoneSet(selectedStones),
new Position(
pos.getX() + (set.size() - selectedStones.size()) * 0.5f, pos
pos.getX() + (set.getSize() - selectedStones.size()) * 0.5f, pos
.getY()));
}