Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 19, 2011, 5:32:25 PM (13 years ago)
Author:
youngk
Message:

Testing commit: Sound

File:
1 edited

Legend:

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

    r8351 r8514  
    7474
    7575        // Clear error messages (might be problematic on some systems)
    76         alGetError();
    77         alutGetError();
    78 
     76        //alGetError();
     77        //alutGetError();
     78       
     79        if (int error = alGetError())
     80            COUT(0) << "SOUND_DEBUG: Received ALError in constructor of SoundManager: " << SoundManager::getALErrorString(error) << std::endl;
     81         
    7982        // See whether we even want to load
    8083        bool bDisableSound_ = false;
Note: See TracChangeset for help on using the changeset viewer.