no fullscreen
This commit is contained in:
@@ -420,7 +420,7 @@ int main()
|
||||
GLFWwindow* win = glfwCreateWindow(
|
||||
mode->width, mode->height,
|
||||
"Radar Test — Features 1 & 2",
|
||||
mon, nullptr);
|
||||
nullptr, nullptr);
|
||||
if (!win) { std::cerr << "Window create failed\n"; glfwTerminate(); return 1; }
|
||||
|
||||
glfwMakeContextCurrent(win);
|
||||
|
||||
Reference in New Issue
Block a user