mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-15 03:49:33 +02:00
Document destroy for starter select
This commit is contained in:
parent
8b04eb97d6
commit
24386530c5
@ -2699,6 +2699,7 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
||||
};
|
||||
|
||||
override destroy(): void {
|
||||
// Without this the reference gets hung up and no startercontainers get GCd
|
||||
this.starterContainers = [];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user