From fab342c71f17397b061c6abb8e574e925f70bf88 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 8 Dec 2024 13:52:32 +0100 Subject: [PATCH] Remove no longer valid debug comment --- src/gamestate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gamestate.cpp b/src/gamestate.cpp index b579603..7aaf0af 100644 --- a/src/gamestate.cpp +++ b/src/gamestate.cpp @@ -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; }