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