found a hidden bug during review remark, not relative to the pr

This commit is contained in:
RadWolfie 2021-04-03 10:19:47 -05:00
parent 3ba0ff084d
commit 781b7b8618
1 changed files with 2 additions and 0 deletions

View File

@ -360,6 +360,8 @@ LRESULT CALLBACK WndMain::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP
DrawLedBitmap(hwnd, true);
}
}
break;
case WM_COMMAND:
{
switch (HIWORD(wParam)) {