correction of a little error in Inputs
This commit is contained in:
@ -75,7 +75,7 @@ public class Inputs {
|
||||
ButtonIG[] buttons = {A,B,C,D};
|
||||
Inputs inp = new Inputs();
|
||||
for(int i = 0; i < bs.length; i++) {
|
||||
inp.recordOneInput(bs[1]);
|
||||
inp.recordOneInput(bs[i]);
|
||||
}
|
||||
if(!this.containsButtonTab(bs)){return false;}
|
||||
for(ButtonIG d : directions) {
|
||||
|
Reference in New Issue
Block a user