mirror of
https://github.com/glfw/glfw.git
synced 2026-08-27 06:15:54 +02:00
Renamed GLFW_SAMPLES and GLFW_SHOULD_CLOSE.
This commit is contained in:
@@ -122,7 +122,7 @@ int main(void)
|
||||
|
||||
for (i = 0; i < count; i++)
|
||||
{
|
||||
if (glfwGetWindowParam(threads[i].window, GLFW_CLOSE_REQUESTED))
|
||||
if (glfwGetWindowParam(threads[i].window, GLFW_SHOULD_CLOSE))
|
||||
running = GL_FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user