mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-07 05:43:26 +00:00
Updated background color
This commit is contained in:
@@ -112,7 +112,7 @@ int main()
|
||||
//----------------------------------------------------------------------------------
|
||||
BeginDrawing();
|
||||
|
||||
ClearBackground(WHITE);
|
||||
ClearBackground(RAYWHITE);
|
||||
|
||||
for (int i = MAX_CIRCLES - 1; i >= 0; i--)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user