Changeset 6075 for code/trunk/src/libraries
- Timestamp:
- Nov 16, 2009, 11:29:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/GraphicsManager.cc
r5929 r6075 98 98 // Ogre setup procedure (creating Ogre::Root) 99 99 this->loadOgreRoot(); 100 // load all the required plugins for Ogre101 this->loadOgrePlugins();102 100 103 101 // At first, add the root paths of the data directories as resource locations … … 171 169 if (renderWindow_ != NULL) 172 170 return; 171 172 // load all the required plugins for Ogre 173 this->loadOgrePlugins(); 173 174 174 175 this->loadRenderer();
Note: See TracChangeset
for help on using the changeset viewer.