mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-18 12:43:44 -04:00
debug output
This commit is contained in:
parent
1b3f098b39
commit
6ff4850dce
@ -91,6 +91,10 @@ FmodAudioSound(AudioManager *manager, Filename file_name, bool positional) {
|
||||
if (ext == "mid") {
|
||||
streamflag = FMOD_CREATESTREAM;
|
||||
sound_info = &_manager->_midi_info;
|
||||
|
||||
if (sound_info->dlsname != NULL) {
|
||||
audio_debug("Using DLS file " << sound_info->dlsname);
|
||||
}
|
||||
}
|
||||
|
||||
result = _manager->_system->createSound( file_name.c_str(), FMOD_SOFTWARE | streamflag | flag ,
|
||||
|
Loading…
x
Reference in New Issue
Block a user