From 1f22a661cdb5d60c35110fa9f2cca00015417c82 Mon Sep 17 00:00:00 2001 From: Nathan Date: Tue, 10 Feb 2026 18:21:18 -0600 Subject: [PATCH] the great typo of 2026 --- include/utils/Window/WindowImpl/WindowGLFW/WindowGLFW.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils/Window/WindowImpl/WindowGLFW/WindowGLFW.h b/include/utils/Window/WindowImpl/WindowGLFW/WindowGLFW.h index 58a534d..976a5ad 100644 --- a/include/utils/Window/WindowImpl/WindowGLFW/WindowGLFW.h +++ b/include/utils/Window/WindowImpl/WindowGLFW/WindowGLFW.h @@ -38,7 +38,7 @@ namespace Archimedes { window = glfwCreateWindow(640, 480, "Archimedes", NULL, NULL); - if(!w) { + if(!window) { std::cout << "glfwCreateWindow failed!\n"; glfwTerminate(); std::abort();