Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8127


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

Reverted some unintentional changes.

Location:
code/branches/mac_osx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/cmake/tools/TargetUtilities.cmake

    r8083 r8127  
    176176    ADD_COMPILER_FLAGS("-w")
    177177  ENDIF()
    178  
     178
    179179  # Don't compile header files
    180180  FOREACH(_file ${_${_target_name}_files})
     
    183183    ENDIF()
    184184  ENDFOREACH(_file)
     185
     186
    185187
    186188  # Add the library/executable
  • code/branches/mac_osx/src/orxonox/sound/SoundManager.cc

    r8090 r8127  
    328328        if (error == AL_INVALID_VALUE) {}
    329329            // @TODO: Follow this constantly appearing, nerve-racking warning
    330             //COUT(2) << "Sound: OpenAL: Invalid listener position" << std::endl;
     330            COUT(2) << "Sound: OpenAL: Invalid listener position" << std::endl;
    331331    }
    332332
Note: See TracChangeset for help on using the changeset viewer.