Skip to content

Commit

Permalink
Fix damage vignette in legacy mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
skullernet committed Aug 13, 2024
1 parent 704d747 commit c3239a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refresh/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static void GL_DrawVignette(int distance, color_t outer, color_t inner)
dst_indices[22] = tess.numverts + 4;
dst_indices[23] = tess.numverts + 7;

tess.flags |= GLS_BLEND_BLEND;
tess.flags |= GLS_BLEND_BLEND | GLS_SHADE_SMOOTH;

tess.numverts += 8;
tess.numindices += 24;
Expand Down

0 comments on commit c3239a7

Please sign in to comment.