- Timestamp:
- Dec 19, 2009, 10:14:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/BaseSound.cc
r6382 r6383 77 77 if (!alIsSource(this->audioSource_)) 78 78 { 79 this->audioSource_ = SoundManager::getInstance().getSoundSource( );79 this->audioSource_ = SoundManager::getInstance().getSoundSource(this); 80 80 if (!alIsSource(this->audioSource_)) 81 81 return;
Note: See TracChangeset
for help on using the changeset viewer.