Changeset 8806 for code/branches/output/src/libraries/core/GUIManager.cc
- Timestamp:
- Jul 31, 2011, 5:15:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/libraries/core/GUIManager.cc
r8805 r8806 261 261 using namespace CEGUI; 262 262 263 COUT(3) << "Initialising CEGUI." << std::endl;263 orxout(internal_info) << "Initialising CEGUI." << endl; 264 264 265 265 this->oldCEGUI_ = false; … … 676 676 { 677 677 // Display the error and proceed. See @remarks why this can be dangerous. 678 COUT(1) << ex.getMessage() << std::endl;678 orxout(internal_error) << ex.getMessage() << endl; 679 679 return true; 680 680 }
Note: See TracChangeset
for help on using the changeset viewer.