Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 27, 2008, 4:08:51 AM (16 years ago)
Author:
landauf
Message:

many changes, most important: BaseObject takes now a pointer to it's creator which is needed to build a level hierarchy (with different scenes)

File:
1 edited

Legend:

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

    r2010 r2019  
    144144
    145145            COUT(4) << "  creating root-namespace..." << std::endl;
    146             Namespace* rootNamespace = new Namespace();
     146            Namespace* rootNamespace = new Namespace(0);
    147147            rootNamespace->setLoaderIndentation("    ");
    148148            rootNamespace->setFile(file);
Note: See TracChangeset for help on using the changeset viewer.