Changeset 9833 in orxonox.OLD for branches/new_class_id/src/lib/gui/gl/glgui_handler.cc
- Timestamp:
- Sep 26, 2006, 4:59:49 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/gui/gl/glgui_handler.cc
r9715 r9833 23 23 #include "glgui_cursor.h" 24 24 25 #include "loading/new_resource_manager.h" 26 25 27 #include <cassert> 26 28 … … 30 32 /// TAKE THIS OUT OF HERE. 31 33 #include "graphics_engine.h" 32 #include "loading/resource_manager.h"33 34 34 35 namespace OrxGui … … 76 77 this->_cursor->setMaxBorders(Vector2D(GraphicsEngine::getInstance()->getResolutionX(), GraphicsEngine::getInstance()->getResolutionY())); 77 78 78 _cursor->loadTextureSequence(Resource Manager::getInstance()->getDataDir() + "/" + "maps/reap_mouse/reap_mouse_##.png", 1, 49);79 _cursor->loadTextureSequence(Resources::NewResourceManager::getInstance()->mainGlobalPath().name() + "/" + "maps/reap_mouse/reap_mouse_##.png", 1, 49); 79 80 80 81 }
Note: See TracChangeset
for help on using the changeset viewer.