mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
a hair more debugging
This commit is contained in:
parent
41359848c0
commit
756f72e0b7
@ -17,7 +17,8 @@ TypeHandle AudioSound::_type_handle;
|
||||
////////////////////////////////////////////////////////////////////
|
||||
AudioSound::~AudioSound(void) {
|
||||
if (audio_cat->is_debug())
|
||||
audio_cat->debug() << "AudioSound destructor" << endl;
|
||||
audio_cat->debug() << "AudioSound destructor (" << get_name() << ")"
|
||||
<< endl;
|
||||
AudioManager::stop(this);
|
||||
(*_delstate)(_state);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user