From 21f615c323645919752006fea4adfca9dfb4fcd2 Mon Sep 17 00:00:00 2001 From: Litsan69 Date: Mon, 28 Apr 2025 22:12:39 +0600 Subject: [PATCH] Update SnapGame.cs --- src/SnapGame.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/SnapGame.cs b/src/SnapGame.cs index ec78e9072..247a53846 100644 --- a/src/SnapGame.cs +++ b/src/SnapGame.cs @@ -24,7 +24,7 @@ private static void HandleUserInput(Snap myGame) if (SwinGame.KeyTyped (KeyCode.vk_SPACE)) { - myGame.FlipNextCard (); + myGame.Start (); } } @@ -86,4 +86,4 @@ public static void Main() } } } -} \ No newline at end of file +}