Changeset 6183 for code/branches/presentation2/src/orxonox/sound
- Timestamp:
- Nov 30, 2009, 11:07:06 AM (15 years ago)
- Location:
- code/branches/presentation2/src/orxonox/sound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/SoundManager.cc
r6182 r6183 102 102 } 103 103 104 void SoundManager:: update(const Clock& time)104 void SoundManager::preUpdate(const Clock& time) 105 105 { 106 106 this->processCrossFading(time.getDeltaTime()); -
code/branches/presentation2/src/orxonox/sound/SoundManager.h
r6117 r6183 51 51 ~SoundManager(); 52 52 53 void update(const Clock& time);53 void preUpdate(const Clock& time); 54 54 void setConfigValues(); 55 55
Note: See TracChangeset
for help on using the changeset viewer.