From 89162a2e733fdca7733a0ce57c610461baf2dfaa Mon Sep 17 00:00:00 2001 From: nathansmithsmith Date: Tue, 31 Oct 2023 14:05:14 -0600 Subject: changed gyro color --- 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 eb34e11..9db82e6 100644 --- a/src/gyroscope.c +++ b/src/gyroscope.c @@ -63,7 +63,7 @@ void drawGyroscope(Game * game, Gyroscope * gyroscope) { EndTextureMode(); // Draw render texture. - DrawTextureV(gyroscope->texture.texture, gyroscope->position, WHITE); + DrawTextureV(gyroscope->texture.texture, gyroscope->position, GYROSCOPE_TEXTURE_COLOR); // Top to bottom. DrawLineEx( -- cgit v1.2.3