Changeset 8729 for code/trunk/src/orxonox/sound
- Timestamp:
- Jul 4, 2011, 2:47:44 AM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
-
code/trunk/src/orxonox/sound/BaseSound.cc
r8521 r8729 61 61 BaseSound::~BaseSound() 62 62 { 63 this->stop(); 63 if (this->state_ != Stopped) 64 this->stop(); 64 65 // Release buffer 65 66 if (this->soundBuffer_ != NULL)
Note: See TracChangeset
for help on using the changeset viewer.