mirror of
https://github.com/edubart/otclient.git
synced 2025-11-03 20:26:23 +01:00
fix crash handler for ARM
This commit is contained in:
@@ -472,7 +472,6 @@ LRESULT WIN32Window::windowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPar
|
||||
case WM_MOVE: {
|
||||
m_pos.x = LOWORD(lParam);
|
||||
m_pos.y = HIWORD(lParam);
|
||||
dump << m_pos;
|
||||
break;
|
||||
}
|
||||
case WM_SIZE: {
|
||||
|
||||
Reference in New Issue
Block a user