Changeset 6511 for code/branches/sound5/src/orxonox/sound/AmbientSound.cc
- Timestamp:
- Mar 11, 2010, 4:18:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound5/src/orxonox/sound/AmbientSound.cc
r6510 r6511 61 61 // Smoothly fade out by keeping a SmartPtr 62 62 SoundManager::getInstance().unregisterAmbientSound(this); 63 this->soundstreamthread_.interr put();63 this->soundstreamthread_.interrupt(); 64 64 } 65 65 }
Note: See TracChangeset
for help on using the changeset viewer.