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;