]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2.h
disabled glBegin, glEnd, glPolygonMode wrapper functions in GLES2 init
[xonotic/darkplaces.git] / ft2.h
diff --git a/ft2.h b/ft2.h
index 78728c2dfd18778a164728f400578c32d1275693..e8110a72916263c87742039a6d410fe8e0d59fba 100644 (file)
--- a/ft2.h
+++ b/ft2.h
@@ -43,7 +43,7 @@ typedef struct ft2_font_s
 
        // TODO: clean this up and do not expose everything.
        
-       unsigned char  *data; // TODO: See if FT2 actually needs it to stay... probably does
+       const unsigned char  *data; // FT2 needs it to stay
        //fs_offset_t     datasize;
        void           *face;