Skip to content

Commit fe8ca57

Browse files
authored
Update example.hpp
1 parent 4ffb204 commit fe8ca57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ class window
527527

528528
void close()
529529
{
530-
glfwSetWindowShouldClose(win, GLFW_TRUE);
530+
glfwSetWindowShouldClose(win, 1);
531531
}
532532

533533
float width() const { return float(_width); }

0 commit comments

Comments
 (0)