From aa611b81ed2bb8182c27eee9d377a365c7377084 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 4 Dec 2024 18:04:19 +0100 Subject: [PATCH] Don't pre-draw cards --- main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index 93350bf..e4da9f6 100644 --- a/main.cpp +++ b/main.cpp @@ -16,9 +16,6 @@ int main(int argc, char *argv[]) Qt::QueuedConnection); auto gameState = engine.singletonInstance("Solitare", "GameState"); - gameState->drawNextCard(); - gameState->drawNextCard(); - gameState->drawNextCard(); engine.loadFromModule("Solitare", "Main"); return app.exec();