From accc9ef8e7f4bf43750e14dc6e82f436192dce32 Mon Sep 17 00:00:00 2001 From: Jorijn van der Graaf Date: Tue, 10 Mar 2026 02:47:28 +0100 Subject: [PATCH] typo --- implementations/Crafter.Graphics-Window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/Crafter.Graphics-Window.cpp b/implementations/Crafter.Graphics-Window.cpp index 74fb1b3..a7c8e2a 100644 --- a/implementations/Crafter.Graphics-Window.cpp +++ b/implementations/Crafter.Graphics-Window.cpp @@ -563,7 +563,7 @@ void Window::StartSync() { } #endif - #ifdef CRAFTER_GRAHPICS_WINDOW_WIN32 + #ifdef CRAFTER_GRAPHICS_WINDOW_WIN32 while(open) { MSG msg; while (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) {