Skip to content

Commit

Permalink
d_a_title 2D elements now render into the ui2D list, fixing the ord…
Browse files Browse the repository at this point in the history
…ering issues
  • Loading branch information
themikelester committed Dec 30, 2024
1 parent c674783 commit cd25448
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ZeldaWindWaker/d_a.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5842,6 +5842,8 @@ class d_a_title extends fopAc_ac_c {

{
this.model_draw(globals, renderInstManager);

renderInstManager.setCurrentList(globals.dlst.ui2D[0]);
this.screen.draw(renderInstManager, globals.scnPlay.orthoGraf2D);
}

Expand Down

0 comments on commit cd25448

Please sign in to comment.