fix volume sliders again
This commit is contained in:
parent
f0b14d5ef9
commit
c4a3bd1cbf
|
@ -548,7 +548,6 @@ public class GameSettings {
|
|||
}
|
||||
|
||||
KeyBinding.resetKeyBindingArrayAndHash();
|
||||
mc.sndManager.onSoundOptionsChanged();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@ public class SoundManager {
|
|||
*/
|
||||
public void loadSoundSettings(GameSettings par1GameSettings) {
|
||||
this.options = par1GameSettings;
|
||||
EaglerAdapter.setMasterVolume(options.soundVolume);
|
||||
if(this.sounddefinitions == null) {
|
||||
this.sounddefinitions = new HashMap();
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user