From 6b048f59d74e67189965edd783574bb1a98d4ba4 Mon Sep 17 00:00:00 2001
From: expikr <[EMAIL REDACTED]>
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 e1f0da990e9ee..ad55c6711f445 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: