Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2008, 4:43:22 PM (16 years ago)
Author:
landauf
Message:

cleanup

File:
1 edited

Legend:

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

    r804 r806  
    206206  {
    207207    //TODO: start modules
    208     ogre_->startRender();
     208//    ogre_->startRender();
    209209    //TODO: run engine
    210210    Factory::createClassHierarchy();
    211     createScene();
    212     setupScene();
    213     setupInputSystem();
     211//    createScene();
     212//    setupScene();
     213//    setupInputSystem();
    214214    if(mode_!=CLIENT){ // remove this in future ---- presentation hack
    215215    }
     
    829829        test13_2.exclude(Class(A3B2C2));
    830830
    831 //        TestClassTreeMask(test13_1);
    832 std::cout << "1_0: " << ClassIdentifier<BaseObject>::getIdentifier() << std::endl;
    833 
     831        TestClassTreeMask(test13_1);
    834832        TestClassTreeMask(test13_2);
    835833
Note: See TracChangeset for help on using the changeset viewer.