Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 4, 2010, 3:52:43 PM (15 years ago)
Author:
rgrieder
Message:

Fixed two problems with the ORXONOX_RELEASE really release version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/util/Debug.h

    r6417 r6443  
    7373    // Adjust this to discard certain output with level > hardDebugLevel at compile time already
    7474#ifdef ORXONOX_RELEASE
    75     const int hardDebugLevel = OutputLevel::Verbose
     75    const int hardDebugLevel = OutputLevel::Verbose;
    7676#elif defined(NDEBUG)
    7777    const int hardDebugLevel = OutputLevel::Verbose;
Note: See TracChangeset for help on using the changeset viewer.