mirror of https://github.com/raysan5/raylib
Updated background color
This commit is contained in:
parent
46ce30a2eb
commit
b9310f7d3a
|
@ -112,7 +112,7 @@ int main()
|
|||
//----------------------------------------------------------------------------------
|
||||
BeginDrawing();
|
||||
|
||||
ClearBackground(WHITE);
|
||||
ClearBackground(RAYWHITE);
|
||||
|
||||
for (int i = MAX_CIRCLES - 1; i >= 0; i--)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue