Windows Blenderplayer: The console now closes when the Blenderplayer launches (like it does with Blender). To get it back, use the -c flag, which is finally working as described: "-c: keep console window open"

This commit is contained in:
Mitchell Stokes 2012-03-29 01:40:19 +00:00
parent 299025bdfb
commit a308b6c0ec

@ -802,7 +802,7 @@ int main(int argc, char** argv)
#if !defined(DEBUG)
if (closeConsole)
{
//::FreeConsole(); // Close a console window
system->toggleConsole(0); // Close a console window
}
#endif // !defined(DEBUG)
#endif // WIN32