mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 09:07:51 +03:00
Clean up.
--HG-- branch : dev-2.1
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user