mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 17:17:42 +03:00
Minor clean up for NODE_FLAGS_VALUES.
--HG-- branch : dev-2.1
This commit is contained in:
@@ -44,7 +44,7 @@ EE_MAIN_FUNC int main (int argc, char * argv [])
|
||||
// This is the application loop, it will loop until the window is closed.
|
||||
// This is only a requirement if you want to support Emscripten builds ( WebGL + Canvas ).
|
||||
// This is the same as, except for Emscripten.
|
||||
// while ( win->Running() )
|
||||
// while ( win->isRunning() )
|
||||
// {
|
||||
// MainLoop();
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user