mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-13 20:56:27 +03:00
Made all the examples Emscripten friendly.
cWindow::Display( bool clear = false ) now doesn't Clear by default. Fixed a bug in cSprite::GetAABB().
This commit is contained in:
@@ -199,7 +199,7 @@ void MainLoop()
|
||||
Sys::Sleep( 100 ); /// Sleep 100 ms
|
||||
}
|
||||
|
||||
win->Display( false );
|
||||
win->Display();
|
||||
}
|
||||
|
||||
EE_MAIN_FUNC int main (int argc, char * argv [])
|
||||
|
||||
Reference in New Issue
Block a user