mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-24 15:56:22 +00:00
missed a log
This commit is contained in:
parent
c46b93d3b5
commit
230800dddd
@ -1070,7 +1070,6 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
|
||||
const row = Math.floor(this.cursor / 9);
|
||||
switch (button) {
|
||||
case Button.UP:
|
||||
console.log(this.cursor);
|
||||
if (row) {
|
||||
success = this.setCursor(this.cursor - 9);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user