From fe4902b36c012daa486defd0c11759fc3783dd8b Mon Sep 17 00:00:00 2001 From: ColleagueRiley Date: Mon, 6 May 2024 15:28:05 -0400 Subject: [PATCH] (RGFW) (winapi) fix mouse hide bug when cursor changes --- src/external/RGFW.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/external/RGFW.h b/src/external/RGFW.h index b39cbd752..13b68d98a 100644 --- a/src/external/RGFW.h +++ b/src/external/RGFW.h @@ -4701,7 +4701,6 @@ static HMODULE wglinstance = NULL; char* icon = MAKEINTRESOURCEA(mouse); - RGFW_window_showMouse(win, 1); SetClassLongPtrA(win->src.window, GCLP_HCURSOR, (LPARAM) LoadCursorA(NULL, icon)); SetCursor(LoadCursorA(NULL, icon)); }