mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
fixed error message
This commit is contained in:
parent
2a78a849ef
commit
7b695c8ace
@ -80,7 +80,7 @@ MilesAudioManager() {
|
||||
audio_debug(" audio_dls_file=\""<<*audio_dls_file<<"\"");
|
||||
_dls_field=AIL_DLS_load_file(dls, audio_dls_file->c_str(), 0);
|
||||
if (!_dls_field) {
|
||||
audio_error(" AIL_DLS_load_memory() failed, \""<<AIL_last_error()
|
||||
audio_error(" AIL_DLS_load_file() failed, \""<<AIL_last_error()
|
||||
<<"\" Switching to hardware midi");
|
||||
AIL_quick_shutdown();
|
||||
if (!AIL_quick_startup(use_digital, 1, audio_output_rate,
|
||||
|
Loading…
x
Reference in New Issue
Block a user