Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Oct 2, 2024
2 parents f148895 + 872ac12 commit f341213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions haxe/ui/backend/flixel/UIRuntimeState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ class UIRuntimeState extends UIStateBase { // uses rtti to "build" a class with
if (root != null) {
Screen.instance.removeComponent(root);
}
super.destroy();
root = null;
}
}
1 change: 1 addition & 0 deletions haxe/ui/backend/flixel/UIRuntimeSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ class UIRuntimeSubState extends UISubStateBase { // uses rtti to "build" a class
if (root != null) {
Screen.instance.removeComponent(root);
}
super.destroy();
root = null;
}
}

0 comments on commit f341213

Please sign in to comment.