mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
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…
x
Reference in New Issue
Block a user