Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 19, 2009, 11:17:51 PM (15 years ago)
Author:
rgrieder
Message:

Added Exception::handleMessage() (copy from Game::getExceptionMessage) function that returns the exception message (if retrievable) when catching with "…"
and adjusted some exception handlers.

File:
1 edited

Legend:

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

    r5738 r5747  
    172172        // scripts for the 1.6 version and then remove the inserted "particle_system"
    173173        // keyword. But we need to supply these new scripts as well, which is why
    174         // there is an extra Ogre::Archive dealing with in the memory.
     174        // there is an extra Ogre::Archive dealing with it in the memory.
    175175        using namespace Ogre;
    176176        ArchiveManager::getSingleton().addArchiveFactory(memoryArchiveFactory_.get());
Note: See TracChangeset for help on using the changeset viewer.