mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
*** empty log message ***
This commit is contained in:
parent
13394640e4
commit
437d8ad612
@ -38,6 +38,7 @@ class ShowBase:
|
||||
self.wantAnySound = self.config.GetBool('want-sound', 1)
|
||||
self.wantSfx = self.config.GetBool('audio-sfx-active', 1)
|
||||
self.wantMusic = self.config.GetBool('audio-music-active', 1)
|
||||
self.wantFog = self.config.GetBool('want-fog', 1)
|
||||
if not (self.wantSfx or self.wantMusic):
|
||||
self.wantAnySound = None
|
||||
if not self.wantAnySound:
|
||||
|
Loading…
x
Reference in New Issue
Block a user