Changeset 8129 for code/branches/kicklib/src/orxonox
- Timestamp:
- Mar 26, 2011, 9:41:28 PM (14 years ago)
- Location:
- code/branches/kicklib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/kicklib
- Property svn:mergeinfo changed
/code/branches/mac_osx merged: 8083-8084,8090-8092,8114,8116,8125,8127-8128
- Property svn:mergeinfo changed
-
code/branches/kicklib/src/orxonox/sound/SoundManager.cc
r8073 r8129 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.