Changeset 5808 for code/trunk/src/orxonox/sound
- Timestamp:
- Sep 27, 2009, 2:59:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/sound/SoundBase.cc
r5781 r5808 97 97 if(alGetError() != AL_NO_ERROR) 98 98 { 99 COUT(2) << "Sound: OpenAL: Error playin sound " << this->source_ << std::endl;99 COUT(2) << "Sound: OpenAL: Error playing sound " << this->source_ << std::endl; 100 100 } 101 101 }
Note: See TracChangeset
for help on using the changeset viewer.