REVIEWED: VS2017.UWP project
It seems there is some problem on drawing... :(
This commit is contained in:
parent
49145e90a2
commit
64c23f8477
3 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue