From e3ea3b250f5b84acb075965e0fb9806cd39585e2 Mon Sep 17 00:00:00 2001 From: LaBodilsen Date: Sat, 29 Jan 2022 18:04:15 +0100 Subject: [PATCH] fixed a missing { in the pull request fixed a missing { in the pull request --- olcPixelGameEngine.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/olcPixelGameEngine.h b/olcPixelGameEngine.h index 08fbb36..4afa23e 100644 --- a/olcPixelGameEngine.h +++ b/olcPixelGameEngine.h @@ -195,7 +195,7 @@ Author ~~~~~~ - David Barr, aka javidx9, ©OneLoneCoder 2018, 2019, 2020, 2021, 2022 + David Barr, aka javidx9, ©OneLoneCoder 2018, 2019, 2020, 2021, 2022 */ #pragma endregion @@ -4732,6 +4732,7 @@ namespace olc // Windows Event Handler - this is statically connected to the windows event system static LRESULT CALLBACK olc_WindowEvent(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) + { static BOOL bTrackMouseEventSet = FALSE; switch (uMsg) {