diff --git a/direct/src/showbase/ShowBase.py b/direct/src/showbase/ShowBase.py index 6f8f738be6..040f5eb91a 100644 --- a/direct/src/showbase/ShowBase.py +++ b/direct/src/showbase/ShowBase.py @@ -276,7 +276,7 @@ class ShowBase: if base.wantMusic: if not interupt: if not (music.status() == AudioSound.PLAYING): - AudioManager.plsy(music, time) + AudioManager.play(music, time) else: AudioManager.play(music, time) if looping: