Explorar el Código

Updated background color

Ray hace 8 años
padre
commit
b9310f7d3a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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--)
             {