Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8128


Ignore:
Timestamp:
Mar 26, 2011, 9:40:13 PM (13 years ago)
Author:
rgrieder
Message:

Fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/orxonox/sound/SoundManager.cc

    r8127 r8128  
    326326        alListener3f(AL_POSITION, position.x, position.y, position.z);
    327327        ALenum error = alGetError();
    328         if (error == AL_INVALID_VALUE) {}
     328        if (error == AL_INVALID_VALUE)
    329329            // @TODO: Follow this constantly appearing, nerve-racking warning
    330330            COUT(2) << "Sound: OpenAL: Invalid listener position" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.