*** empty log message ***
This commit is contained in:
parent
6be49f004e
commit
98f7734289
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue