Updated -WIP-

This commit is contained in:
Ray
2018-04-27 14:14:04 +02:00
parent 24db91855f
commit 29c37e1435
2 changed files with 5 additions and 5 deletions

View File

@ -149,7 +149,7 @@ int main(int argc, char *argv[0])
//----------------------------------------------------------------------------------
BeginDrawing();
ClearBackground(GuiBackgroundColor());
ClearBackground(GuiGetBackgroundColor());
DrawRectangleLines(10, 10, SCREEN_WIDTH - 20, SCREEN_HEIGHT - 20, GuiLinesColor());