Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 22, 2008, 9:45:37 PM (16 years ago)
Author:
rgrieder
Message:

Added some more Ogre shutdown code. Does not yet work properly if you wish to reload GSGraphics.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/RootGameState.cc

    r1802 r1824  
    132132    void RootGameState::start(int argc, char** argv)
    133133    {
     134#ifdef NDEBUG
    134135        try
    135136        {
     137#endif
    136138            // start global orxonox time
    137139            Clock clock;
     
    160162
    161163            this->deactivate();
     164#ifdef NDEBUG
    162165        }
    163166        // Note: These are all unhandled exceptions that should not have made its way here!
     
    175178            abort();
    176179        }
     180#endif
    177181    }
    178182
Note: See TracChangeset for help on using the changeset viewer.