]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_draw.c
Reworked VM_CL_PolygonBegin/Vertex/End functions to do the commit to the mesh in...
[xonotic/darkplaces.git] / gl_draw.c
index 21871af5a01852aa12842a1d76690ea0532e6b84..cdd5b766172ec63d233cf438d8ddb58448af165c 100644 (file)
--- a/gl_draw.c
+++ b/gl_draw.c
@@ -1506,7 +1506,7 @@ void DrawQ_FlushUI(void)
                return;
        }
 
-       // TODO: render the mesh using R_Q1BSP_Draw or similar, for full material support.
+       // this is roughly equivalent to R_Q1BSP_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);