Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 23, 2011, 2:30:23 PM (13 years ago)
Author:
landauf
Message:

added some additional output for loading steps that might take some time on slow systems

File:
1 edited

Legend:

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

    r8858 r8861  
    183183
    184184        // load all the required plugins for Ogre
     185        orxout(user_info) << "Loading Ogre plugins..." << endl;
    185186        this->loadOgrePlugins();
    186187
     188        orxout(user_info) << "Creating render window..." << endl;
    187189        this->loadRenderer();
    188190
     
    191193        // already been initialised. If you need to load resources later, you will have to
    192194        // choose another resource group.
     195        orxout(user_info) << "Initializing all resource groups..." << endl;
    193196        Ogre::ResourceGroupManager::getSingleton().initialiseAllResourceGroups();
    194197
Note: See TracChangeset for help on using the changeset viewer.