summaryrefslogtreecommitdiff
path: root/src/rend2
diff options
context:
space:
mode:
Diffstat (limited to 'src/rend2')
-rw-r--r--src/rend2/tr_font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rend2/tr_font.c b/src/rend2/tr_font.c
index 0c3d2236..21226709 100644
--- a/src/rend2/tr_font.c
+++ b/src/rend2/tr_font.c
@@ -492,7 +492,7 @@ void RE_RegisterFont(const char *fontName, int pointSize, fontInfo_t *font) {
}
//Com_sprintf (name, sizeof(name), "fonts/fontImage_%i_%i", imageNumber++, pointSize);
- image = R_CreateImage(name, imageBuff, 256, 256, qfalse, qfalse, GL_CLAMP_TO_EDGE);
+ image = R_CreateImage(name, imageBuff, 256, 256, IMGTYPE_COLORALPHA, IMGFLAG_CLAMPTOEDGE, 0 );
h = RE_RegisterShaderFromImage(name, LIGHTMAP_2D, image, qfalse);
for (j = lastStart; j < i; j++) {
font->glyphs[j].glyph = h;