diff options
| author | mzxrules <mzxrules@gmail.com> | 2022-08-03 12:58:19 -0400 |
|---|---|---|
| committer | mzxrules <mzxrules@gmail.com> | 2022-08-03 12:58:19 -0400 |
| commit | e5c6aac0067bef05f00a28fa1c2ff0334cea5d06 (patch) | |
| tree | e3a5e64b187119d07153298ad9c27f56cbbe6f50 /src/boot_O2/gfxprint.c | |
| parent | 723c82ce224372654e2e69d2edb071014a94298e (diff) | |
| parent | 4693978015a18165f96cbe57f8c4f7058c38c451 (diff) | |
Merge remote-tracking branch 'upstream/master' into z_map_
Diffstat (limited to 'src/boot_O2/gfxprint.c')
| -rw-r--r-- | src/boot_O2/gfxprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot_O2/gfxprint.c b/src/boot_O2/gfxprint.c index 557887abd..b52675829 100644 --- a/src/boot_O2/gfxprint.c +++ b/src/boot_O2/gfxprint.c @@ -83,7 +83,7 @@ void GfxPrint_PrintCharImpl(GfxPrint* this, u8 c) { if (this->flags & GFXP_FLAG_RAINBOW) { gDPSetTextureLUT(this->dList++, G_TT_RGBA16); gDPSetCycleType(this->dList++, G_CYC_2CYCLE); - gDPSetRenderMode(this->dList++, G_RM_OPA_CI, G_RM_XLU_SURF2); + gDPSetRenderMode(this->dList++, G_RM_PASS, G_RM_XLU_SURF2); gDPSetCombineMode(this->dList++, G_CC_INTERFERENCE, G_CC_PASS2); } else { gDPSetTextureLUT(this->dList++, G_TT_IA16); |
