Skip to content

Commit b364dcf

Browse files
committed
tr_image: flag glyph image with IF_ALPHA
1 parent 4422bb4 commit b364dcf

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
@@ -1554,7 +1554,7 @@ image_t *R_CreateGlyph( const char *name, const byte *pic, int width, int height
15541554
image->texture->target = GL_TEXTURE_2D;
15551555
image->width = width;
15561556
image->height = height;
1557-
image->bits = IF_NOPICMIP;
1557+
image->bits = IF_NOPICMIP | IF_ALPHA;
15581558
image->filterType = filterType_t::FT_LINEAR;
15591559
image->wrapType = wrapTypeEnum_t::WT_CLAMP;
15601560

0 commit comments

Comments
 (0)