Add default to switch case.
This commit is contained in:
@@ -725,6 +725,8 @@ public interface MovementHelper extends ActionCosts, Helper {
|
||||
case 7:
|
||||
state.setInput(Input.MOVE_BACK, true).setInput(Input.MOVE_RIGHT, true);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user