mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
[Bug] [UI/UX] Fix random button activation bug (#6464)
This commit is contained in:
parent
3765f843db
commit
ddc04a7a87
@ -1619,6 +1619,7 @@ export class StarterSelectUiHandler extends MessageUiHandler {
|
||||
if (!this.filterMode) {
|
||||
this.startCursorObj.setVisible(false);
|
||||
this.starterIconsCursorObj.setVisible(false);
|
||||
this.randomCursorObj.setVisible(false);
|
||||
this.setSpecies(null);
|
||||
this.filterBarCursor = 0;
|
||||
this.setFilterMode(true);
|
||||
|
Loading…
Reference in New Issue
Block a user