mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Begun integrating monitor and window.
This commit is contained in:
+1
-1
@@ -98,7 +98,7 @@ int main(int argc, char** argv)
|
||||
|
||||
glfwWindowHint(GLFW_FSAA_SAMPLES, samples);
|
||||
|
||||
window = glfwCreateWindow(800, 400, GLFW_WINDOWED, "Aliasing Detector", NULL);
|
||||
window = glfwCreateWindow(800, 400, "Aliasing Detector", NULL, NULL);
|
||||
if (!window)
|
||||
{
|
||||
glfwTerminate();
|
||||
|
||||
Reference in New Issue
Block a user