Skip to content

Commit

Permalink
Update example.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-mp authored Apr 4, 2019
1 parent 4ffb204 commit fe8ca57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ class window

void close()
{
glfwSetWindowShouldClose(win, GLFW_TRUE);
glfwSetWindowShouldClose(win, 1);
}

float width() const { return float(_width); }
Expand Down

0 comments on commit fe8ca57

Please sign in to comment.