Remove no longer valid debug comment
This commit is contained in:
parent
811900c75f
commit
fab342c71f
|
@ -241,7 +241,7 @@ bool GameState::moveColumnCardToFoundation(int columnId, int foundationId) {
|
|||
ensureColumnRevealed(columnId);
|
||||
qDebug() << "> Moving complete";
|
||||
|
||||
emit columnsChanged(); // CRASH (not if I remove the delete col line though)
|
||||
emit columnsChanged();
|
||||
emit foundationChanged();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue