Browse Source

Updated background color

pull/207/head
Ray 8 years ago
parent
commit
b9310f7d3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/audio_module_playing.c

+ 1
- 1
examples/audio_module_playing.c View File

@ -112,7 +112,7 @@ int main()
//----------------------------------------------------------------------------------
BeginDrawing();
ClearBackground(WHITE);
ClearBackground(RAYWHITE);
for (int i = MAX_CIRCLES - 1; i >= 0; i--)
{

Loading…
Cancel
Save