Skip to content

Commit 9d55257

Browse files
committed
tr_image: flag glyph image with IF_ALPHA
1 parent 2aa6737 commit 9d55257

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

0 commit comments

Comments
 (0)