Jump to content

SoundManager()


Nebula

Recommended Posts

I ran into the problem of not being able to change the sound volume, which happened with SoundManager in 41.54?

This is how everything worked before...

 

getSoundManager():PlaySound(sound_song,false,0)

getSoundManager():PlaySound(sound_song,false,1)

 

getSoundManager():setMusicVolume(0);
gameSound:setUserVolume(volume);

 

With the release of update 41.54, the audio volume control stopped working

Edited by Nebula
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...