Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2010, 2:39:02 PM (14 years ago)
Author:
dafrick
Message:

Updating branch for changes in the data repository. Please also update your data repository, or else it won't work.

Location:
code/branches/sound5/src/libraries
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/sound5/src/libraries/core/GUIManager.cc

    r6502 r7720  
    121121        guiRenderer_.reset(new OgreCEGUIRenderer(renderWindow_, Ogre::RENDER_QUEUE_OVERLAY, false, 3000));
    122122        resourceProvider_ = guiRenderer_->createResourceProvider();
    123         resourceProvider_->setDefaultResourceGroup("GUI");
     123        resourceProvider_->setDefaultResourceGroup("General");
    124124
    125125        // setup scripting
  • code/branches/sound5/src/libraries/tools/ResourceLocation.cc

    r6417 r7720  
    4949        // Default values
    5050        archiveType_ = "FileSystem";
    51         bRecursive_  = true;
     51        bRecursive_  = false;
    5252    }
    5353
Note: See TracChangeset for help on using the changeset viewer.