summaryrefslogtreecommitdiff
path: root/src/code/z_sample.c
diff options
context:
space:
mode:
authorEthan Roseman <ethteck@gmail.com>2020-03-25 18:56:09 -0400
committerEthan Roseman <ethteck@gmail.com>2020-03-25 18:56:09 -0400
commita4be5351640fea06255ff200a0cf03a1050adfd4 (patch)
tree71c9cd7096017447571be8938591610f23d84559 /src/code/z_sample.c
parent36119f6c654c48ab25ee72432bf026423d2e5f70 (diff)
parentada905a754e7650819383bf53303796d30ea4bac (diff)
Merge branch 'master' into ovl_En_Ru2_new
Diffstat (limited to 'src/code/z_sample.c')
-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);