REVIEWED: VS2017.UWP project

It seems there is some problem on drawing... :(
This commit is contained in:
raysan5 2020-02-10 17:45:50 +01:00
parent 49145e90a2
commit 64c23f8477
3 changed files with 5 additions and 5 deletions

View file

@ -57,9 +57,9 @@ void App::Update()
//----------------------------------------------------------------------------------
BeginDrawing();
ClearBackground(RAYWHITE);
ClearBackground(RED);
DrawRectangle(posX, posY, 400, 100, RED);
DrawRectangle(posX, posY, 400, 100, WHITE);
DrawLine(0, 0, GetScreenWidth(), GetScreenHeight(), BLUE);