Skip to content

Commit 41471c0

Browse files
committed
tr_image: flag glyph image with IF_ALPHA
1 parent 338359f commit 41471c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/renderer/tr_image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@ image_t *R_CreateGlyph( const char *name, const byte *pic, int width, int height
16041604
image->texture->target = GL_TEXTURE_2D;
16051605
image->width = width;
16061606
image->height = height;
1607-
image->bits = IF_NOPICMIP;
1607+
image->bits = IF_NOPICMIP | IF_ALPHA;
16081608
image->filterType = filterType_t::FT_LINEAR;
16091609
image->wrapType = wrapTypeEnum_t::WT_CLAMP;
16101610

0 commit comments

Comments
 (0)