Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 30, 2006, 10:56:02 PM (19 years ago)
Author:
bensch
Message:

orxonox/proxy: gui with a better font

File:
1 edited

Legend:

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

    r9620 r9624  
    779779  void GLGuiWidget::setFont(const std::string& fontName, unsigned int renderSize)
    780780  {
    781     this->_font = Font(fontName, renderSize);
     781    this->setFont(Font(fontName, renderSize));
    782782  }
    783783
Note: See TracChangeset for help on using the changeset viewer.