From f8539d4732e14a0cd7f2ecb774b51e1bc0e31c6a Mon Sep 17 00:00:00 2001 From: Robert Guballa Date: Mon, 20 Oct 2025 15:13:25 +0200 Subject: [PATCH] Hallo hier ist Robert Kommentar --- gamecube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gamecube.cpp b/gamecube.cpp index e8ada66..edb7046 100644 --- a/gamecube.cpp +++ b/gamecube.cpp @@ -3,7 +3,7 @@ gamecube::gamecube(const Vec3 &pos, Color col) : position(pos), color(col) {} - +// hallo hier ist robert //test void gamecube::Update(float flipSpeed) {