mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
*** empty log message ***
This commit is contained in:
parent
0f9617537b
commit
36c4acf134
@ -203,7 +203,7 @@ play() {
|
|||||||
// Start playing:
|
// Start playing:
|
||||||
if (AIL_quick_play(_audio, _loop_count)) {
|
if (AIL_quick_play(_audio, _loop_count)) {
|
||||||
panda_AIL_quick_set_finished_callback(_audio, this);
|
panda_AIL_quick_set_finished_callback(_audio, this);
|
||||||
assert(status()==PLAYING);
|
// assert(status()==PLAYING);
|
||||||
audio_debug(" started sound " << _file_name );
|
audio_debug(" started sound " << _file_name );
|
||||||
} else {
|
} else {
|
||||||
audio_debug(" sound " << _file_name<<" failed to start, err: " <<AIL_last_error());
|
audio_debug(" sound " << _file_name<<" failed to start, err: " <<AIL_last_error());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user