Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

trunk: less debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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()
Note: See TracChangeset for help on using the changeset viewer.