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)); }