mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 23:11:11 +00:00
Fix mobile bug on starter select screen
This commit is contained in:
parent
f7bfb925a1
commit
c0aac06fab
@ -357,8 +357,6 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
|||||||
if (button === Button.SUBMIT) {
|
if (button === Button.SUBMIT) {
|
||||||
if (this.tryStart(true))
|
if (this.tryStart(true))
|
||||||
success = true;
|
success = true;
|
||||||
else
|
|
||||||
error = true;
|
|
||||||
} else if (this.startCursorObj.visible) {
|
} else if (this.startCursorObj.visible) {
|
||||||
switch (button) {
|
switch (button) {
|
||||||
case Button.ACTION:
|
case Button.ACTION:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user