no fullscreen

This commit is contained in:
2026-04-02 10:37:42 -07:00
parent 73a4d5b1da
commit 6104ab4467

View File

@@ -420,7 +420,7 @@ int main()
GLFWwindow* win = glfwCreateWindow( GLFWwindow* win = glfwCreateWindow(
mode->width, mode->height, mode->width, mode->height,
"Radar Test — Features 1 & 2", "Radar Test — Features 1 & 2",
mon, nullptr); nullptr, nullptr);
if (!win) { std::cerr << "Window create failed\n"; glfwTerminate(); return 1; } if (!win) { std::cerr << "Window create failed\n"; glfwTerminate(); return 1; }
glfwMakeContextCurrent(win); glfwMakeContextCurrent(win);