diff options
Diffstat (limited to 'src/gyroscope.c')
-rw-r--r-- | src/gyroscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
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!!! |