From e774d8c2ad8f9fe9372d5ebc4c0e4670d6480766 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 16 Mar 2025 23:23:21 -0500 Subject: [PATCH] spellcheck --- modules/Window/src/WindowImpl/GLFW/windowGLFW.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Window/src/WindowImpl/GLFW/windowGLFW.cpp b/modules/Window/src/WindowImpl/GLFW/windowGLFW.cpp index 5efc823..9ca0224 100644 --- a/modules/Window/src/WindowImpl/GLFW/windowGLFW.cpp +++ b/modules/Window/src/WindowImpl/GLFW/windowGLFW.cpp @@ -18,7 +18,7 @@ Window::Window() { } bool Window::shouldClose() { - return glfwShouldClose(w); + return glfwWindowShouldClose(w); } void Window::doFrame() {