Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6410


Ignore:
Timestamp:
Dec 24, 2009, 3:56:22 PM (14 years ago)
Author:
rgrieder
Message:

Just a small mistake…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/GraphicsManager.cc

    r6404 r6410  
    397397        std::string introduction;
    398398        // Do not show caught OGRE exceptions in front
    399         if (message.find("OGRE_EXCEPTION"))
     399        if (message.find("EXCEPTION") != std::string::npos)
    400400        {
    401401            orxonoxLevel = OutputLevel::Debug;
Note: See TracChangeset for help on using the changeset viewer.