mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
REVIEWED: VS2017.UWP project
It seems there is some problem on drawing... :(
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user