From 8f5f51cee013d5c1b9ad629c00aaf08a4572b332 Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Mon, 30 Oct 2023 14:40:15 -0600 Subject: Fixed gyro with weird pixely thingy --- src/gyroscope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gyroscope.c') diff --git a/src/gyroscope.c b/src/gyroscope.c index 7b6ee76..eb34e11 100644 --- a/src/gyroscope.c +++ b/src/gyroscope.c @@ -53,7 +53,7 @@ void drawGyroscope(Game * game, Gyroscope * gyroscope) { // Draw this mother fucker. BeginTextureMode(gyroscope->texture); - ClearBackground(BLACK); + ClearBackground((Color){0x0, 0x0, 0x0, 0x0}); BeginMode3D(gyroscope->camera); // This this fucker!!! -- cgit v1.2.3