Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxADIxzx committed Aug 5, 2021
1 parent a73401f commit 34bb595
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/game/SchemeSize.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ public SchemeSize(){
Vars.schematics.loadSync();

// Change Input
// if(Vars.mobile){
// Vars.control.input = new MobileInput512();
// }else{
// Vars.control.input = new DesktopInput512();
// }
if(Vars.mobile){
Vars.control.setInput(new MobileInput512());
}else{
Vars.control.setInput(new DesktopInput512());
}
});
});
}
Expand Down

0 comments on commit 34bb595

Please sign in to comment.