From 260afdb7ee7f58b48d67fc3acc91381b7b87016c Mon Sep 17 00:00:00 2001 From: Julia Date: Mon, 20 Oct 2025 17:17:58 +0200 Subject: [PATCH] testing --- gamecube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamecube.cpp b/gamecube.cpp index 6848d50..34b6749 100644 --- a/gamecube.cpp +++ b/gamecube.cpp @@ -2,7 +2,7 @@ gamecube::gamecube(const Vec3 &pos, Color col) : position(pos), color(col) {} - +//test void gamecube::Update(float flipSpeed) { if (flippingForward)