v1.1.1: fixed holding keys to move not working on desktop
This commit is contained in:
parent
908ec7424b
commit
bce7cc4f22
|
@ -296,7 +296,8 @@ public class CellSelector extends ScrollArea {
|
|||
|
||||
public void processKeyHold(){
|
||||
if (heldAction != SPDAction.NONE){
|
||||
enabled = true;
|
||||
enabled = Dungeon.hero.ready = true;
|
||||
Dungeon.observe();
|
||||
heldTurns++;
|
||||
moveFromAction(heldAction);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user