Changeset 8982 in orxonox.OLD for trunk/src/lib/gui/gl/glgui_widget.cc
- Timestamp:
- Jul 1, 2006, 3:28:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/gui/gl/glgui_widget.cc
r8769 r8982 25 25 26 26 #include "loading/load_param.h" 27 28 /// TODO TAKE THIS OUT OF HERE 29 #include "loading/resource_manager.h" 27 30 28 31 namespace OrxGui … … 98 101 99 102 100 this->_font = Font( "/home/bensch/svn/orxonox/data/fonts/final_frontier.ttf", 20);103 this->_font = Font(ResourceManager::getInstance()->getDataDir() + "/fonts/final_frontier.ttf", 20); 101 104 this->_font.debug(); 102 105 this->resetStyle();
Note: See TracChangeset
for help on using the changeset viewer.