diff options
| author | shawlucas <lgs84@cornell.edu> | 2020-03-24 11:13:30 -0700 |
|---|---|---|
| committer | shawlucas <lgs84@cornell.edu> | 2020-03-24 11:13:30 -0700 |
| commit | 8fa6b94dca734d67fb9aefd6a930d17ba2fb8a9c (patch) | |
| tree | 3cbbac4cc24bf81c4a35fe270ba8fddc993f23bf /src/code/z_sample.c | |
| parent | 09afb8d5528118e287d3b126dd9f8a4e803b5ea7 (diff) | |
| parent | 4eb7f023f348151fb73f4a0850a6f348280d7805 (diff) | |
Merge branch 'master' of https://github.com/zeldaret/oot
Diffstat (limited to 'src/code/z_sample.c')
| -rw-r--r-- | src/code/z_sample.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_sample.c b/src/code/z_sample.c index cbd934701..2f4f3fc6f 100644 --- a/src/code/z_sample.c +++ b/src/code/z_sample.c @@ -20,8 +20,8 @@ void Sample_Draw(SampleContext* this) { func_800C6AC4(gfxArr, gfxCtx, "../z_sample.c", 62); - gSPSegment(gfxCtx->polyOpa.p++, 0, NULL; - gSPSegment(gfxCtx->polyOpa.p++, 1, this->staticSegment); + gSPSegment(gfxCtx->polyOpa.p++, 0x00, NULL); + gSPSegment(gfxCtx->polyOpa.p++, 0x01, this->staticSegment); func_80095248(gfxCtx, 0, 0, 0); |
