Changeset 8835 for code/branches/output/src/modules/overlays
- Timestamp:
- Aug 12, 2011, 12:48:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/output/src/modules/overlays/GUIOverlay.cc
r8811 r8835 76 76 GUIManager::getInstance().showGUIExtra(this->guiName_, str); 77 77 78 orxout( internal_info) << "Showing GUI " << this->guiName_ << endl;78 orxout(verbose, context::misc::gui) << "Showing GUI " << this->guiName_ << endl; 79 79 } 80 80 else 81 81 { 82 82 GUIManager::hideGUI(this->guiName_); 83 orxout( internal_info) << "Hiding GUI " << this->guiName_ << endl;83 orxout(verbose, context::misc::gui) << "Hiding GUI " << this->guiName_ << endl; 84 84 } 85 85 }
Note: See TracChangeset
for help on using the changeset viewer.