mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
*** empty log message ***
This commit is contained in:
parent
b102370364
commit
fb6ab65c75
@ -1,6 +1,6 @@
|
||||
// Filename: audio_sound.cxx
|
||||
// Created by: cary (17Oct00)
|
||||
//
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "audio_sound.h"
|
||||
@ -18,7 +18,7 @@ TypeHandle AudioSound::_type_handle;
|
||||
AudioSound::~AudioSound(void) {
|
||||
if (audio_cat->is_debug())
|
||||
audio_cat->debug() << "AudioSound destructor" << endl;
|
||||
AudioManager::stop(this);
|
||||
//AudioManager::stop(this);
|
||||
(*_delstate)(_state);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user