fix(event): add missing break

This commit is contained in:
fallenoak 2023-03-17 23:41:25 -05:00
parent e391f89656
commit b8ebabaea5

View File

@ -272,6 +272,8 @@ int32_t OsWindowProc(void* window, uint32_t message, uintptr_t wparam, intptr_t
OsQueuePut(OS_INPUT_MOUSE_MOVE, 0, mousePos.x, mousePos.y, 0);
SaveMouse(mousePos, hwnd);
}
break;
}
default: