Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 18, 2011, 10:00:27 AM (13 years ago)
Author:
youngk
Message:

IT WORKS! Orxonox will now run properly with Cocoa - All window issues are fixed. Needs some cleanup, but only little. Rund App from Desktop.@reto: please review my changes. @fabian: watch and learn :)

File:
1 edited

Legend:

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

    r8056 r8090  
    326326        alListener3f(AL_POSITION, position.x, position.y, position.z);
    327327        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;
    330331    }
    331332
Note: See TracChangeset for help on using the changeset viewer.