Changeset 6799 for code/trunk/src/orxonox/overlays
- Timestamp:
- Apr 29, 2010, 12:57:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc
r6711 r6799 327 327 { 328 328 OrxonoxOverlay* overlay= it->second; 329 COUT(1) << "MUP" << std::endl;330 329 if(overlay->isVisible()) 331 330 { 332 331 overlay->hide(); 333 COUT( 1) << "HIDE " << name << std::endl;332 COUT(4) << "HIDE " << name << std::endl; 334 333 } 335 334 else 336 335 { 337 336 overlay->show(); 338 COUT( 1) << "SHOW " << name << std::endl;337 COUT(4) << "SHOW " << name << std::endl; 339 338 } 340 339 }
Note: See TracChangeset
for help on using the changeset viewer.