no fullscreen
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user