diff options
| author | fig02 <fig02srl@gmail.com> | 2022-08-15 09:39:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-15 09:39:06 -0400 |
| commit | fec5cd84aff63ef1872587385c8f49e8c81faa0c (patch) | |
| tree | c2fe8d7788a49a0586c1adac97695d810f3f8cec /src/code/z_sample.c | |
| parent | dda78f9e2c05e0a982731fbc7254fcef68334142 (diff) | |
Doc shrink_window, rename system to Letterbox (#1341)
* docs
* missed some hex
* document Gfx_SetupFrame
* review
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 e0863c96e..d316652cb 100644 --- a/src/code/z_sample.c +++ b/src/code/z_sample.c @@ -16,7 +16,7 @@ void Sample_Draw(SampleState* this) { gSPSegment(POLY_OPA_DISP++, 0x00, NULL); gSPSegment(POLY_OPA_DISP++, 0x01, this->staticSegment); - func_80095248(gfxCtx, 0, 0, 0); + Gfx_SetupFrame(gfxCtx, 0, 0, 0); view->flags = VIEW_VIEWING | VIEW_VIEWPORT | VIEW_PROJECTION_PERSPECTIVE; View_Apply(view, VIEW_ALL); |
