summaryrefslogtreecommitdiff
path: root/src/sliceitoff/sfx/sfx.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sliceitoff/sfx/sfx.py')
-rw-r--r--src/sliceitoff/sfx/sfx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sliceitoff/sfx/sfx.py b/src/sliceitoff/sfx/sfx.py
index a72df0b..362d3ed 100644
--- a/src/sliceitoff/sfx/sfx.py
+++ b/src/sliceitoff/sfx/sfx.py
@@ -52,7 +52,7 @@ class Sfx:
self.music_volume += 1
self.music_volume %= 11
settings.replace_value("music_volume", self.music_volume)
- if self.bgm:
+ if self.initialized and self.bgm:
self.sound[self.bgm].set_volume(self.music_volume / 10)
def play(self, sample):