From 6b048f59d74e67189965edd783574bb1a98d4ba4 Mon Sep 17 00:00:00 2001 From: expikr <77922942+expikr@users.noreply.github.com> Date: Wed, 7 May 2025 12:00:12 +0800 Subject: [PATCH] fix #12963 --- src/video/windows/SDL_windowsevents.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video/windows/SDL_windowsevents.c b/src/video/windows/SDL_windowsevents.c index e1f0da990e..ad55c6711f 100644 --- a/src/video/windows/SDL_windowsevents.c +++ b/src/video/windows/SDL_windowsevents.c @@ -1400,8 +1400,6 @@ LRESULT CALLBACK WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPara } } - return 0; - } break; case WM_LBUTTONUP: