Changeset 6208 for code/branches/presentation2/src/orxonox/sound
- Timestamp:
- Dec 2, 2009, 5:43:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/SoundManager.cc
r6203 r6208 492 492 void SoundManager::removeBuffer(shared_ptr<ResourceInfo> fileInfo) 493 493 { 494 std::map<std::string, weak_ptr<SoundBuffer> >:: const_iterator it494 std::map<std::string, weak_ptr<SoundBuffer> >::iterator it 495 495 = this->soundBuffers_.find(fileInfo->group + '/' + fileInfo->filename); 496 496 if (it == this->soundBuffers_.end())
Note: See TracChangeset
for help on using the changeset viewer.