Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
CasualPokePlayer committed Mar 13, 2022
2 parents 947628e + 7bd5b34 commit 3f0451d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/n64video/rdp/rasterizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,8 @@ static void render_spans_2cycle_complete(struct rdp_state* wstate, int start, in

wstate->fbread2_ptr(wstate, curpixel, &curpixel_memcvg);

wen = z_compare(wstate, zbcur, sz, (uint16_t)dzpix, dzpixenc, &blend_en, &prewrap, &curpixel_cvg, curpixel_memcvg);

if (wen)
wen = blender_2cycle_cycle0(wstate, curpixel_cvg, curpixel_cvbit);

Expand Down

0 comments on commit 3f0451d

Please sign in to comment.