Skip to content

Commit

Permalink
conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
louist103 committed Jan 12, 2024
1 parent 0ba4d7d commit 2e62d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphic/Fast3D/gfx_pc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ static void gfx_sp_tri1(uint8_t vtx1_idx, uint8_t vtx2_idx, uint8_t vtx3_idx, bo
gfx_flush();

// Set the same sampler params on the blended texture. Needed for opengl.
if (rdp.loaded_texture[i].blended) {
if (g_rdp.loaded_texture[i].blended) {
gfx_rapi->set_sampler_parameters(SHADER_FIRST_REPLACEMENT_TEXTURE + i, linear_filter, cms, cmt);
}

Expand Down

0 comments on commit 2e62d51

Please sign in to comment.