diff options
| author | fig02 <fig02srl@gmail.com> | 2020-06-17 15:44:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-17 15:44:22 -0400 |
| commit | 67d13fe19010cd7e54c09154022e5d664dc1c254 (patch) | |
| tree | eb6a305bf126ef5f85133ca31f09acd6f9325891 /src/code/z_sample.c | |
| parent | 494062167935a814744202e9a508489b2e109e28 (diff) | |
Arms_Hook OK (#210)
* Arms_Hook OK
* cleanup
* decr
* remove redundant include
* missed some things
* rename things
Co-authored-by: dark-samus <mathmcclintic@gmail.com>
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 a6bed1e3c..bd6cbd555 100644 --- a/src/code/z_sample.c +++ b/src/code/z_sample.c @@ -52,10 +52,10 @@ void Sample_Destroy(SampleContext* this) { void Sample_SetupView(SampleContext* this) { View* view; GraphicsContext* gfxCtx; - + view = &this->view; gfxCtx = this->state.gfxCtx; - + View_Init(view, gfxCtx); SET_FULLSCREEN_VIEWPORT(view); func_800AA460(view, 60, 10, 12800); |
