-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wind Waker: Fix black bar issue when title demo ends
Previously, as soon as the Title demo ended the camera would reset to cinematic trimming mode (because `globals.scnPlay.demo.getName()` is null), then immediately transition back to default trimming. Now the camera stores its trim height via `setTrimHeight()` which is reset on scene creation. This is closer to the game logic.
- Loading branch information
1 parent
8bb2037
commit e51b903
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters