Minor clean up for NODE_FLAGS_VALUES.

--HG--
branch : dev-2.1
This commit is contained in:
Martín Lucas Golini
2018-01-31 21:56:11 -03:00
parent 526c87589e
commit be9092a056
7 changed files with 39 additions and 38 deletions

View File

@@ -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();
// }