diff options
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); |
