mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
remote version sync
This commit is contained in:
10
EU07.cpp
10
EU07.cpp
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user