Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
themikelester committed Dec 24, 2024
1 parent cb5b495 commit 69675a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ZeldaWindWaker/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 69675a2

Please sign in to comment.