kleine fixes
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@364 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
d7aba3d722
commit
63192810a3
6 changed files with 71 additions and 62 deletions
|
@ -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()));
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue