You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use fadeMasterTo on groups, like this: SoundAS.group(Configuration.musicGroup).fadeMasterTo(0);
but it doesn't change masterVolume value. Setter works properly. SoundAS.group(Configuration.musicGroup).masterVolume = 0;
Can you confirm this?
Thanks
Vjeko
The text was updated successfully, but these errors were encountered:
I'm trying to use fadeMasterTo on groups, like this:
SoundAS.group(Configuration.musicGroup).fadeMasterTo(0);
but it doesn't change masterVolume value. Setter works properly.
SoundAS.group(Configuration.musicGroup).masterVolume = 0;
Can you confirm this?
Thanks
Vjeko
The text was updated successfully, but these errors were encountered: