Browse Source

*** empty log message ***

Darren Ranalli 25 years ago
parent
commit
fb6ab65c75
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/audio/audio_sound.cxx

+ 2 - 2
panda/src/audio/audio_sound.cxx

@@ -1,6 +1,6 @@
 // Filename: audio_sound.cxx
 // Filename: audio_sound.cxx
 // Created by:  cary (17Oct00)
 // Created by:  cary (17Oct00)
-// 
+//
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 
 
 #include "audio_sound.h"
 #include "audio_sound.h"
@@ -18,7 +18,7 @@ TypeHandle AudioSound::_type_handle;
 AudioSound::~AudioSound(void) {
 AudioSound::~AudioSound(void) {
   if (audio_cat->is_debug())
   if (audio_cat->is_debug())
     audio_cat->debug() << "AudioSound destructor" << endl;
     audio_cat->debug() << "AudioSound destructor" << endl;
-  AudioManager::stop(this);
+  //AudioManager::stop(this);
   (*_delstate)(_state);
   (*_delstate)(_state);
 }
 }