Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 17, 2009, 3:42:39 PM (15 years ago)
Author:
rgrieder
Message:

Added class to handle handle resources more easily via Ogre::ResourceGroupManager.
And modified the XMLFile to store the resource group as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/orxonox/objects/Level.cc

    r5645 r5653  
    101101        mask.include(Class(OverlayGroup)); // HACK to include the ChatOverlay
    102102
    103         this->xmlfile_ = new XMLFile(Core::getDataPathString() + this->xmlfilename_, mask);
     103        this->xmlfile_ = new XMLFile(mask, this->xmlfilename_);
    104104
    105105        Loader::open(this->xmlfile_);
Note: See TracChangeset for help on using the changeset viewer.