From 98f77342895e12d36dabd8222673ea837630e8ec Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Thu, 26 Apr 2001 06:17:06 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/showbase/ShowBase.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: