modules/menusystem: reset sound activity to "false" in menus
This commit is contained in:
parent
51ea3629d0
commit
946b446844
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ end
|
|||
|
||||
function Menu:resetSound()
|
||||
self.sound = {}
|
||||
self.sound.active = true
|
||||
self.sound.active = false
|
||||
self.sound.asset = nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue