Skip to content

Commit

Permalink
Wind Waker: Correct ortho viewport numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
themikelester committed Dec 30, 2024
1 parent 9888a12 commit 0bfa915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZeldaWindWaker/Main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ class d_s_play extends fopScn {
this.grassPacket = new GrassPacket(globals);
this.woodPacket = new WoodPacket(globals);

this.currentGrafPort = new J2DGrafContext(globals.modelCache.device, 0.0, 0.0, 608.0, 448.0, -1.0, 1.0);
this.currentGrafPort = new J2DGrafContext(globals.modelCache.device, 0.0, 0.0, 640.0, 480.0, -1.0, 1.0);

globals.scnPlay = this;

Expand Down

0 comments on commit 0bfa915

Please sign in to comment.