mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Fixed FBOs.
Minor fixes for Emscripten and Android. --HG-- branch : dev
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, 50 );
|
||||
p.drawCircle( Vector2f( win->getWidth() * 0.5f, win->getHeight() * 0.5f ), 200, 60 );
|
||||
|
||||
// Draw frame
|
||||
win->display();
|
||||
|
||||
Reference in New Issue
Block a user