Changeset 6241 for code/branches/presentation2/src/orxonox/sound
- Timestamp:
- Dec 4, 2009, 1:54:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/SoundManager.cc
r6237 r6241 172 172 173 173 this->updateVolume(type); 174 COUT( 3) << "SoundManager: volume set to " << this->getVolumeInternal(type) << std::endl;174 COUT(4) << "SoundManager: volume set to " << this->getVolumeInternal(type) << std::endl; 175 175 return valid; 176 176 }
Note: See TracChangeset
for help on using the changeset viewer.