diff options
| author | fig02 <fig02srl@gmail.com> | 2020-03-31 05:03:25 -0400 |
|---|---|---|
| committer | fig02 <fig02srl@gmail.com> | 2020-03-31 05:03:25 -0400 |
| commit | 8d37f3a15e2eecb6c0159bc77f9a2d2b2e976989 (patch) | |
| tree | 5491a355db35601c7bda89595f39a6ce8ee5293a /src/code/z_sample.c | |
| parent | 340fbd5a409519d6a00584b93a08da05ff376ef1 (diff) | |
| parent | d75595de3c1cc50b336704e22b0071be744d31e6 (diff) | |
Merge remote-tracking branch 'upstream/master' into elemental-arrows
Diffstat (limited to 'src/code/z_sample.c')
| -rw-r--r-- | src/code/z_sample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_sample.c b/src/code/z_sample.c index 9b9fa9559..3a7ca5885 100644 --- a/src/code/z_sample.c +++ b/src/code/z_sample.c @@ -32,7 +32,7 @@ void Sample_Draw(SampleContext* this) { func_80103D58(mtx, SREG(37), SREG(38), SREG(39), 1.0f, SREG(40), SREG(41), SREG(42)); gSPMatrix(gfxCtx->polyOpa.p++, mtx, G_MTX_LOAD); - gfxCtx->polyOpa.p = func_80093708(gfxCtx->polyOpa.p, 0xFF, 0xFF, 0xFF, 0, 0, 0); + gfxCtx->polyOpa.p = Gfx_SetFog2(gfxCtx->polyOpa.p, 0xFF, 0xFF, 0xFF, 0, 0, 0); func_80093D18(gfxCtx); gDPSetCycleType(gfxCtx->polyOpa.p++, G_CYC_1CYCLE); |
