Wrong operator.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3503 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -734,7 +734,7 @@ public abstract class CardPanel extends VirtualMediaPanel
|
||||
int size = _handSprites.size();
|
||||
for (int i = 0; i < size; i++) {
|
||||
CardSprite cs = (CardSprite)_handSprites.get(i);
|
||||
if (cs.getPath() != null) {
|
||||
if (cs.getPath() == null) {
|
||||
cs.setLocation(cs.getX(), getHandY(cs));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user