Selaa lähdekoodia

Updated background color

Ray 8 vuotta sitten
vanhempi
commit
b9310f7d3a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      examples/audio_module_playing.c

+ 1 - 1
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--)
             {