summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/audio_module_playing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/audio_module_playing.c b/examples/audio_module_playing.c
index a9ee4619..4582a561 100644
--- a/examples/audio_module_playing.c
+++ b/examples/audio_module_playing.c
@@ -112,7 +112,7 @@ int main()
//----------------------------------------------------------------------------------
BeginDrawing();
- ClearBackground(WHITE);
+ ClearBackground(RAYWHITE);
for (int i = MAX_CIRCLES - 1; i >= 0; i--)
{