Changeset 9575
- Timestamp:
- Mar 25, 2013, 1:18:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/GUIManager.cc
r9050 r9575 318 318 #endif 319 319 320 // Force Xerces parser (CEGUI 0.7.5+) 321 CEGUI::System::getSingleton().setXMLParser("XercesParser"); 322 320 323 // Align CEGUI mouse with OIS mouse 321 324 guiSystem_->injectMousePosition((float)mousePosition.first, (float)mousePosition.second);
Note: See TracChangeset
for help on using the changeset viewer.