spellcheck

This commit is contained in:
2025-03-16 23:23:21 -05:00
parent e4588d95f9
commit e774d8c2ad

View File

@@ -18,7 +18,7 @@ Window::Window() {
}
bool Window::shouldClose() {
return glfwShouldClose(w);
return glfwWindowShouldClose(w);
}
void Window::doFrame() {