From 6b04aba0ea3f5c6d450045d4440249e28e2be85c Mon Sep 17 00:00:00 2001 From: glank Date: Sun, 5 Apr 2020 21:41:49 +0200 Subject: Tidy up known render and combine modes --- src/code/z_sample.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/code/z_sample.c') diff --git a/src/code/z_sample.c b/src/code/z_sample.c index fa995e06e..ee7bf3caa 100644 --- a/src/code/z_sample.c +++ b/src/code/z_sample.c @@ -37,8 +37,7 @@ void Sample_Draw(SampleContext* this) { 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); + gDPSetCombineMode(gfxCtx->polyOpa.p++, G_CC_PRIMITIVE, G_CC_PRIMITIVE); gDPSetPrimColor(gfxCtx->polyOpa.p++, 0, 0, 0xFF, 0xFF, 0x00, 0x00); Graph_CloseDisps(dispRefs, gfxCtx, "../z_sample.c", 111); -- cgit v1.2.3