Soundbug behoben

master
Jonathan Hager 6 years ago
parent 44feb62f92
commit 3a29990cd2

@ -318,7 +318,9 @@ public class Controller extends ApplicationAdapter implements InputProcessor{
}
if(keycode == Input.Keys.DOWN){
volume -= 0.1f;
if(volume >= 0.1f){
volume -= 0.1f;
}
if(v != null){
v.music.setVolume(volume);

Loading…
Cancel
Save