From d9e5da49f23218d2faf11185d834bab00d56d6f3 Mon Sep 17 00:00:00 2001 From: Angela Date: Mon, 20 Oct 2025 14:56:09 +0200 Subject: [PATCH] testing --- gamecube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamecube.cpp b/gamecube.cpp index 6848d50..6be292b 100644 --- a/gamecube.cpp +++ b/gamecube.cpp @@ -14,7 +14,7 @@ void gamecube::Update(float flipSpeed) flippingForward = false; flipped = true; } - } + }// test else if (flippingBackward) { rotation -= flipSpeed;