summaryrefslogtreecommitdiff
path: root/src/code/PreRender.c
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2024-07-18 00:45:22 +0100
committerGitHub <noreply@github.com>2024-07-17 19:45:22 -0400
commit17a88746e78ccbcba139c1fae37926636565a5b3 (patch)
tree60d4cc3060b544a4a4bc43cfefbd02f02b67bb97 /src/code/PreRender.c
parenta1c7937dba74f265e0bdc07518784ce82a7fd0d7 (diff)
Fix a couple of render modes (#1994)
Diffstat (limited to 'src/code/PreRender.c')
-rw-r--r--src/code/PreRender.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/PreRender.c b/src/code/PreRender.c
index e960acfec..527b9c867 100644
--- a/src/code/PreRender.c
+++ b/src/code/PreRender.c
@@ -267,7 +267,7 @@ void PreRender_CoverageRgba16ToI8(PreRender* this, Gfx** gfxP, void* img, void*
gDPSetOtherMode(gfx++,
G_AD_DISABLE | G_CD_DISABLE | G_CK_NONE | G_TC_FILT | G_TF_POINT | G_TT_NONE | G_TL_TILE |
G_TD_CLAMP | G_TP_NONE | G_CYC_1CYCLE | G_PM_NPRIMITIVE,
- G_AC_NONE | G_ZS_PRIM | G_RM_PASS | G_RM_OPA_CI2);
+ G_AC_NONE | G_ZS_PRIM | G_RM_OPA_CI | G_RM_OPA_CI2);
// Set the combiner to draw the texture as-is, discarding alpha channel
gDPSetCombineLERP(gfx++, 0, 0, 0, TEXEL0, 0, 0, 0, 0, 0, 0, 0, TEXEL0, 0, 0, 0, 0);