Clean up.

--HG--
branch : dev-2.1
This commit is contained in:
Martín Lucas Golini
2018-01-14 00:39:35 -03:00
parent a89b0a78bd
commit 4c39f29334
3 changed files with 2 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ void mainLoop()
}
// Draw a circle
p.drawCircle( Vector2f( win->getWidth() * 0.5f, win->getHeight() * 0.5f ), 200, 60 );
p.drawCircle( win->getCenter(), 200, 60 );
// Draw frame
win->display();