Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9575 for code/trunk


Ignore:
Timestamp:
Mar 25, 2013, 1:18:15 PM (11 years ago)
Author:
fmauro
Message:

Force CEGUI to use Xerces parser instead of TinyXML with versions 0.7.5 and up

File:
1 edited

Legend:

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

    r9050 r9575  
    318318#endif
    319319
     320        // Force Xerces parser (CEGUI 0.7.5+)
     321        CEGUI::System::getSingleton().setXMLParser("XercesParser");
     322
    320323        // Align CEGUI mouse with OIS mouse
    321324        guiSystem_->injectMousePosition((float)mousePosition.first, (float)mousePosition.second);
Note: See TracChangeset for help on using the changeset viewer.