mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-02 08:10:28 -08:00
removed debug command
This commit is contained in:
@@ -111,7 +111,6 @@ void TableZone::reorganizeCards()
|
||||
QPointF mapPoint = mapFromGrid(gridPoint);
|
||||
qreal x = mapPoint.x();
|
||||
qreal y = mapPoint.y();
|
||||
qDebug() << "gridPos=" << gridPoint << "mapPoint=" << mapPoint;
|
||||
|
||||
int numberAttachedCards = cards[i]->getAttachedCards().size();
|
||||
qreal actualX = x + numberAttachedCards * CARD_WIDTH / 3.0;
|
||||
|
||||
Reference in New Issue
Block a user