From 25eca09c7e65a014d3575a95f58b1fdf1d3a5274 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 7 Sep 2023 10:44:09 -0400 Subject: [PATCH] include: Replaced old Bugzilla URL. (cherry picked from commit fb137703537411b9aa2206351082b87aba23a843) --- include/SDL_render.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_render.h b/include/SDL_render.h index 2d3f07366..403ed49c1 100644 --- a/include/SDL_render.h +++ b/include/SDL_render.h @@ -42,7 +42,7 @@ * of the many good 3D engines. * * These functions must be called from the main thread. - * See this bug for details: http://bugzilla.libsdl.org/show_bug.cgi?id=1995 + * See this bug for details: https://github.com/libsdl-org/SDL/issues/986 */ #ifndef SDL_render_h_