Changeset 8090 for code/branches/mac_osx/src/orxonox/sound/SoundManager.cc
- Timestamp:
- Mar 18, 2011, 10:00:27 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_osx/src/orxonox/sound/SoundManager.cc
r8056 r8090 326 326 alListener3f(AL_POSITION, position.x, position.y, position.z); 327 327 ALenum error = alGetError(); 328 if (error == AL_INVALID_VALUE) 329 COUT(2) << "Sound: OpenAL: Invalid listener position" << std::endl; 328 if (error == AL_INVALID_VALUE) {} 329 // @TODO: Follow this constantly appearing, nerve-racking warning 330 //COUT(2) << "Sound: OpenAL: Invalid listener position" << std::endl; 330 331 } 331 332
Note: See TracChangeset
for help on using the changeset viewer.