Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 29, 2010, 12:57:23 PM (14 years ago)
Author:
dafrick
Message:

Adjusted the priority of some outputs which I found to be rather anoying.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc

    r6711 r6799  
    327327        {
    328328            OrxonoxOverlay* overlay= it->second;
    329             COUT(1) << "MUP" << std::endl;
    330329            if(overlay->isVisible())
    331330            {
    332331                overlay->hide();
    333                 COUT(1) << "HIDE " << name << std::endl;
     332                COUT(4) << "HIDE " << name << std::endl;
    334333            }
    335334            else
    336335            {
    337336                overlay->show();
    338                 COUT(1) << "SHOW " << name << std::endl;
     337                COUT(4) << "SHOW " << name << std::endl;
    339338            }
    340339        }
Note: See TracChangeset for help on using the changeset viewer.