diff --git a/src/ZeldaWindWaker/Main.ts b/src/ZeldaWindWaker/Main.ts index 2dad9e763..c33675b4b 100644 --- a/src/ZeldaWindWaker/Main.ts +++ b/src/ZeldaWindWaker/Main.ts @@ -282,10 +282,10 @@ export class dCamera_c extends Camera { } this.finishSetup(); - + // From dCamera_c::CalcTrimSize() // Animate up to the trim size for the current mode. - if(this.cameraMode === CameraMode.Cinematic) { + if (this.cameraMode === CameraMode.Cinematic) { this.trimHeight += (dCamera_c.trimHeightCinematic - this.trimHeight) * 0.25; } else { this.trimHeight += -this.trimHeight * 0.25;