Changeset 9833 in orxonox.OLD for branches/new_class_id/src/lib/network/monitor
- Timestamp:
- Sep 26, 2006, 4:59:49 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/network/monitor/network_stats_widget.cc
r9715 r9833 20 20 #include "peer_info.h" 21 21 22 #include "loading/new_resource_manager.h" 23 22 24 #include "multi_type.h" 23 25 24 26 #include "shell_command.h" 25 26 #include "loading/resource_manager.h"27 27 28 28 // this fcuk does not work! … … 56 56 { 57 57 if(_font == NULL) 58 _font = new Font(Resource Manager::getInstance()->getDataDir() + "/fonts/arial.ttf", 20);58 _font = new Font(Resources::NewResourceManager::getInstance()->mainGlobalPath().name() + "/fonts/arial.ttf", 20); 59 59 60 60 //this->_name.setFont(*_font);
Note: See TracChangeset
for help on using the changeset viewer.