Browse Source

*** empty log message ***

Joe Shochet 24 years ago
parent
commit
b6acfde093
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/ShowBase.py

+ 1 - 1
direct/src/showbase/ShowBase.py

@@ -327,7 +327,7 @@ class ShowBase:
                 self.musicManager = AudioManager.createAudioManager()
                 self.musicManager = AudioManager.createAudioManager()
                 # Turn down the music globally
                 # Turn down the music globally
                 # Eventually we may want to control this in the options page
                 # Eventually we may want to control this in the options page
-                self.musicManager.setVolume(0.5)
+                self.musicManager.setVolume(0.7)
                 if not self.musicManager.isValid():
                 if not self.musicManager.isValid():
                     self.wantMusic=None
                     self.wantMusic=None
             if not (self.wantSfx or self.wantMusic):
             if not (self.wantSfx or self.wantMusic):