Fixed whitespace

This commit is contained in:
Sam Lantinga 2021-09-24 10:49:46 -07:00
parent db68af8032
commit 477fcf52e9

View File

@ -905,7 +905,7 @@ WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
} else {
SDL_SendMouseMotion(data->window, mouseID, 1, relX, relY);
if (!data->in_title_click && !data->focus_click_pending) {
if (!data->in_title_click && !data->focus_click_pending) {
WarpWithinBoundsRect(x, y, &boundsRect);
}
}