joystick bugg fix?
This commit is contained in:
@@ -223,7 +223,7 @@ public class MenuState extends GameState {
|
||||
}
|
||||
|
||||
}
|
||||
else if(e.getJoystick().getPos() == Position.CENTER)
|
||||
else if(e.getJoystick().getPos() == Joystick.Position.CENTER)
|
||||
{
|
||||
sh.set(selectedToSong(selected).getSongs().get(difSelect));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user