removed debug command
This commit is contained in:
parent
90ffc76730
commit
82e4f9e19d
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ void TableZone::reorganizeCards()
|
||||||
QPointF mapPoint = mapFromGrid(gridPoint);
|
QPointF mapPoint = mapFromGrid(gridPoint);
|
||||||
qreal x = mapPoint.x();
|
qreal x = mapPoint.x();
|
||||||
qreal y = mapPoint.y();
|
qreal y = mapPoint.y();
|
||||||
qDebug() << "gridPos=" << gridPoint << "mapPoint=" << mapPoint;
|
|
||||||
|
|
||||||
int numberAttachedCards = cards[i]->getAttachedCards().size();
|
int numberAttachedCards = cards[i]->getAttachedCards().size();
|
||||||
qreal actualX = x + numberAttachedCards * CARD_WIDTH / 3.0;
|
qreal actualX = x + numberAttachedCards * CARD_WIDTH / 3.0;
|
||||||
|
|
Loading…
Reference in a new issue