summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2020-03-25 11:38:37 -0400
committerGitHub <noreply@github.com>2020-03-25 11:38:37 -0400
commit80b0f9b5fefa6a08238d01a1e65805958740b9d3 (patch)
treee23909dacd3e44a27cd8d75821909a6c2da38651 /src/code
parent17765e2586c8d46fa40922d68b0851f3fddcdd84 (diff)
parentf0c033ce701a5064a9b943a163be4462724bf70d (diff)
Merge pull request #35 from JoshDuMan/nonmatching
Match z_en_bird.c's last function.
Diffstat (limited to 'src/code')
-rw-r--r--src/code/z_sample.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/code/z_sample.c b/src/code/z_sample.c
index 2f4f3fc6f..9b9fa9559 100644
--- a/src/code/z_sample.c
+++ b/src/code/z_sample.c
@@ -34,10 +34,11 @@ void Sample_Draw(SampleContext* this) {
gfxCtx->polyOpa.p = func_80093708(gfxCtx->polyOpa.p, 0xFF, 0xFF, 0xFF, 0, 0, 0);
func_80093D18(gfxCtx);
-
+
gDPSetCycleType(gfxCtx->polyOpa.p++, G_CYC_1CYCLE);
gDPSetRenderMode(gfxCtx->polyOpa.p++, G_RM_AA_ZB_OPA_SURF, G_RM_AA_ZB_OPA_SURF2);
- gDPSetCombineLERP(gfxCtx->polyOpa.p++, 0, 0, 0, PRIMITIVE, 0, 0, 0, PRIMITIVE, 0, 0, 0, PRIMITIVE, 0, 0, 0, PRIMITIVE);
+ gDPSetCombineLERP(gfxCtx->polyOpa.p++, 0, 0, 0, PRIMITIVE, 0, 0, 0, PRIMITIVE, 0, 0, 0, PRIMITIVE, 0, 0, 0,
+ PRIMITIVE);
gDPSetPrimColor(gfxCtx->polyOpa.p++, 0, 0, 0xFF, 0xFF, 0x00, 0x00);
func_800C6B54(gfxArr, gfxCtx, "../z_sample.c", 111);