Fixed mute/unmute
This commit is contained in:
parent
5e4d6e28ce
commit
01acc00a5b
|
@ -69,7 +69,7 @@ Public Class MusicManager
|
|||
_fadeSpeed = DEFAULT_FADE_SPEED
|
||||
_isFadingOut = False
|
||||
_isFadingIn = False
|
||||
_muted = False
|
||||
_muted = MediaPlayer.IsMuted
|
||||
MediaPlayer.IsRepeating = True
|
||||
End Sub
|
||||
|
||||
|
|
|
@ -452,6 +452,8 @@
|
|||
Me.Muted = 0
|
||||
Me.GamePadEnabled = True
|
||||
Me.PreferMultiSampling = True
|
||||
MusicManager.Muted = CBool(Me.Muted)
|
||||
SoundManager.Muted = CBool(Me.Muted)
|
||||
End Sub
|
||||
|
||||
Private Sub Save()
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue