Changeset 6510 for code/branches/sound5/src/orxonox/sound/AmbientSound.cc
- Timestamp:
- Mar 11, 2010, 4:14:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound5/src/orxonox/sound/AmbientSound.cc
r6509 r6510 37 37 #include "SoundStreamer.h" 38 38 39 #include <AL/alut.h> 40 39 41 namespace orxonox 40 42 { … … 59 61 // Smoothly fade out by keeping a SmartPtr 60 62 SoundManager::getInstance().unregisterAmbientSound(this); 63 this->soundstreamthread_.interrput(); 61 64 } 62 65 }
Note: See TracChangeset
for help on using the changeset viewer.