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