Reviewed some examples and warnings
This commit is contained in:
parent
bee6d7f065
commit
040b945fef
9 changed files with 76 additions and 106 deletions
|
@ -67,9 +67,6 @@ int main(void)
|
|||
// On pause, we draw a blinking message
|
||||
if (pause && ((framesCounter/30)%2)) DrawText("PAUSED", 350, 200, 30, GRAY);
|
||||
|
||||
DrawCircle(400.5f, 300.5f, 50.0f, BLACK);
|
||||
DrawCircle(528.0f, 172.0f, 26.0f, BLACK);
|
||||
|
||||
DrawFPS(10, 10);
|
||||
|
||||
EndDrawing();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue