Skip to content

Commit 76300e5

Browse files
committed
tr_image: flag glyph image with IF_ALPHA
1 parent 85b790b commit 76300e5

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

0 commit comments

Comments
 (0)