Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 19, 2008, 8:43:36 PM (16 years ago)
Author:
landauf
Message:

using "XMLPort::Mode mode" instead of "bool loading" in all XMLPort functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/orxonox/core/Loader.cc

    r901 r902  
    129129            rootNamespace->setNamespace(rootNamespace);
    130130            rootNamespace->setRoot(true);
    131             rootNamespace->XMLPort(rootElement, true);
     131            rootNamespace->XMLPort(rootElement, XMLPort::LoadObject);
    132132
    133133            COUT(0) << "Finished loading " << level->getFile() << "." << std::endl;
Note: See TracChangeset for help on using the changeset viewer.