Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
themikelester committed Nov 21, 2024
1 parent 86326f5 commit 29efd76
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 @@ -793,8 +793,8 @@ class d_s_play extends fopScn {
this.demo.update();

// From executeEvtManager() -> SpecialProcPackage()
if (globals.scnPlay.demo.getMode() == EDemoMode.Ended) {
globals.scnPlay.demo.remove();
if (this.demo.getMode() == EDemoMode.Ended) {
this.demo.remove();
}
}

Expand Down

0 comments on commit 29efd76

Please sign in to comment.