Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8989 in orxonox.OLD for trunk/src/lib/gui/gl


Ignore:
Timestamp:
Jul 1, 2006, 5:32:45 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: notifier notifies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/gui/gl/glgui_widget.cc

    r8982 r8989  
    1414*/
    1515
    16 #define DEBUG_SPECIAL_MODULE 4//DEBUG_MODULE_GUI
     16#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_GUI
    1717
    1818#include "glgui_widget.h"
     
    102102
    103103    this->_font = Font(ResourceManager::getInstance()->getDataDir() + "/fonts/final_frontier.ttf", 20);
    104     this->_font.debug();
    105104    this->resetStyle();
    106105
     
    757756    //this->_currentStyle = this->_style[state];
    758757    this->_state = state;
    759     PRINTF(3)("%s::%s Switches to state %s\n", this->getClassName(), this->getName(), OrxGui::StateString[state].c_str());
     758    PRINTF(4)("%s::%s Switches to state %s\n", this->getClassName(), this->getName(), OrxGui::StateString[state].c_str());
    760759
    761760    this->animateBack();
Note: See TracChangeset for help on using the changeset viewer.