Changeset 8285 for code/branches/kicklib2/src/orxonox/sound
- Timestamp:
- Apr 21, 2011, 7:43:10 PM (14 years ago)
- Location:
- code/branches/kicklib2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib2
-
code/branches/kicklib2/src/orxonox/sound/SoundManager.cc
r8284 r8285 330 330 ALenum error = alGetError(); 331 331 if (error == AL_INVALID_VALUE) 332 // @TODO: Follow this constantly appearing, nerve-racking warning 332 333 COUT(2) << "Sound: OpenAL: Invalid listener position" << std::endl; 333 334 }
Note: See TracChangeset
for help on using the changeset viewer.