fixed a missing { in the pull request

fixed a missing { in the pull request
pull/271/head
LaBodilsen 3 years ago committed by GitHub
parent d05542a793
commit e3ea3b250f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      olcPixelGameEngine.h

@ -195,7 +195,7 @@
Author Author
~~~~~~ ~~~~~~
David Barr, aka javidx9, ©OneLoneCoder 2018, 2019, 2020, 2021, 2022 David Barr, aka javidx9, ©OneLoneCoder 2018, 2019, 2020, 2021, 2022
*/ */
#pragma endregion #pragma endregion
@ -4732,6 +4732,7 @@ namespace olc
// Windows Event Handler - this is statically connected to the windows event system // 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 LRESULT CALLBACK olc_WindowEvent(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
static BOOL bTrackMouseEventSet = FALSE; static BOOL bTrackMouseEventSet = FALSE;
switch (uMsg) switch (uMsg)
{ {

Loading…
Cancel
Save