Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8981 in orxonox.OLD


Ignore:
Timestamp:
Jul 1, 2006, 3:23:12 PM (18 years ago)
Author:
bensch
Message:

trunk: less debug output

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/text_engine/limited_width_text.cc

    r8768 r8981  
    152152      break;
    153153  }
    154 
    155   printf("%f %s\n", width, _dotedText.c_str());
    156154  this->setSizeX2D(width * this->size());
    157155}
  • trunk/src/world_entities/elements/glgui_energywidget.cc

    r8980 r8981  
    2222  /**
    2323   * @brief standard constructor
    24    * @todo this constructor is not jet implemented - do it
    25   */
     24   */
    2625  GLGuiEnergyWidget::GLGuiEnergyWidget ()
    2726  {
     
    3635    this->_name.setBackgroundTexture(Texture());
    3736    this->_valueText.setBackgroundTexture("maps/gui_element_background_2.png");
    38     this->_valueText.setBackgroundTexture("maps/gui_element_background_2.png");
    3937    this->_bar.setBackgroundTexture(Texture());
    4038  }
     
    4644  GLGuiEnergyWidget::~GLGuiEnergyWidget ()
    4745  {
    48     // delete what has to be deleted here
    4946  }
    5047
     
    6966  }
    7067
     68  void GLGuiEnergyWidget::resize()
     69  {
     70    GLGuiBox::resize();
     71  }
     72
    7173
    7274  void GLGuiEnergyWidget::showing()
  • trunk/src/world_entities/elements/glgui_energywidget.h

    r8980 r8981  
    2727
    2828  protected:
    29     //virtual void resize();
     29    virtual void resize();
    3030    virtual void showing();
    3131    virtual void hiding();
Note: See TracChangeset for help on using the changeset viewer.