Changeset 6256 for code/branches/presentation2/src/orxonox/sound
- Timestamp:
- Dec 6, 2009, 5:07:22 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/SoundManager.cc
r6254 r6256 588 588 this->effectsPool_.push_front(it->second); 589 589 it->second->poolIterator_ = this->effectsPool_.begin(); 590 COUT(0) << "pool size: " << this->effectsPoolSize_ << std::endl;591 590 } 592 591 else
Note: See TracChangeset
for help on using the changeset viewer.