]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2_fontdefs.h
Remove v_glslgamma cvar (now assumed to be 1) and corresponding code like R_DrawGamma.
[xonotic/darkplaces.git] / ft2_fontdefs.h
index 34c1637014c9ef7863e44987a90ba113f065d6bf..3f08187db52e355bc65d1058273c3f75e0ac49da 100644 (file)
@@ -34,7 +34,7 @@ struct ft2_font_map_s
        float                  intSize;
        int                    glyphSize;
 
-       rtexture_t            *texture;
+       cachepic_t            *pic;
        qboolean               static_tex;
        glyph_slot_t           glyphs[FONT_CHARS_PER_MAP];