From ff4500b8deb4a9d592b6f03c8acdef2e421ff536 Mon Sep 17 00:00:00 2001
From: Jaime Passos <lazymyuutsu@gmail.com>
Date: Sat, 15 Feb 2020 14:25:28 -0300
Subject: [PATCH] Missing comment

---
 src/sdl/i_video.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sdl/i_video.c b/src/sdl/i_video.c
index d7625f76f..18cce3eab 100644
--- a/src/sdl/i_video.c
+++ b/src/sdl/i_video.c
@@ -1809,6 +1809,7 @@ void I_StartupHardwareGraphics(void)
 		HWD.pfnMakeScreenFinalTexture=hwSym("MakeScreenFinalTexture",NULL);
 		HWD.pfnDrawScreenFinalTexture=hwSym("DrawScreenFinalTexture",NULL);
 
+		// check gl renderer lib
 		if (HWD.pfnGetRenderVersion() != VERSION)
 		{
 			CONS_Alert(CONS_ERROR, M_GetText("The version of the renderer doesn't match the version of the executable\nBe sure you have installed SRB2 properly.\n"));
-- 
GitLab