mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
oops
This commit is contained in:
parent
3c15605cf0
commit
30b4fa87d7
@ -47,9 +47,7 @@ void fMilesShutdown(void) {
|
|||||||
|
|
||||||
if (MilesAudioManager::_dls_field!=NULL) {
|
if (MilesAudioManager::_dls_field!=NULL) {
|
||||||
HDLSDEVICE dls= NULL;
|
HDLSDEVICE dls= NULL;
|
||||||
audio_cat->info() << "xxxx m1\n";
|
|
||||||
AIL_quick_handles(0, 0, &dls);
|
AIL_quick_handles(0, 0, &dls);
|
||||||
audio_cat->info() << "dls == 0x" << (void*)dls << endl;
|
|
||||||
if(dls!=NULL) {
|
if(dls!=NULL) {
|
||||||
AIL_DLS_unload(dls,MilesAudioManager::_dls_field);
|
AIL_DLS_unload(dls,MilesAudioManager::_dls_field);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user