Changeset 9624 in orxonox.OLD for branches/proxy/src/lib/gui/gl/glgui_widget.cc
- Timestamp:
- Jul 30, 2006, 10:56:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/lib/gui/gl/glgui_widget.cc
r9620 r9624 779 779 void GLGuiWidget::setFont(const std::string& fontName, unsigned int renderSize) 780 780 { 781 this-> _font = Font(fontName, renderSize);781 this->setFont(Font(fontName, renderSize)); 782 782 } 783 783
Note: See TracChangeset
for help on using the changeset viewer.