spellcheck
This commit is contained in:
@@ -18,7 +18,7 @@ Window::Window() {
|
||||
}
|
||||
|
||||
bool Window::shouldClose() {
|
||||
return glfwShouldClose(w);
|
||||
return glfwWindowShouldClose(w);
|
||||
}
|
||||
|
||||
void Window::doFrame() {
|
||||
|
||||
Reference in New Issue
Block a user