remote version sync

This commit is contained in:
tmj-fstate
2017-03-15 19:16:51 +01:00
parent 9486ba26cb
commit dbc4be6bc6
8 changed files with 423 additions and 640 deletions

View File

@@ -287,8 +287,14 @@ int main(int argc, char *argv[])
}
GLFWwindow *window =
glfwCreateWindow( Global::iWindowWidth, Global::iWindowHeight,
"EU07", Global::bFullScreen ? monitor : nullptr, nullptr );
glfwCreateWindow(
Global::iWindowWidth,
Global::iWindowHeight,
Global::AppName.c_str(),
( Global::bFullScreen ?
monitor :
nullptr),
nullptr );
if (!window)
{