]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_draw.c
Rename model functions to make them more generic and obvious what they're for
[xonotic/darkplaces.git] / gl_draw.c
index ac5c98b9dc376130797727009fe34996b6113ecb..3e33b3444aeb2896d2273720978f12cb993be11c 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -1481,7 +1481,7 @@ void DrawQ_FlushUI(void)
                return;
        }
 
-       // this is roughly equivalent to R_Q1BSP_Draw, so the UI can use full material feature set
+       // this is roughly equivalent to R_Mod_Draw, so the UI can use full material feature set
        r_refdef.view.colorscale = 1;
        r_textureframe++; // used only by R_GetCurrentTexture
        GL_DepthMask(false);