Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3543 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Mar 14, 2005, 10:14:41 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some more classes now destroy themselves via virtual-destructors and call to predecessing destroy-function
also made
#include "stdincl.h" out of unnecessary h-files, so we got faster compile time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3539 r3543  
    258258
    259259            //localCamera->setParent(TrackNode::getInstance());
    260             this->localPlayer->addChild (this->localCamera);
     260            TrackNode::getInstance()->addChild (this->localCamera);
    261261            //Vector* cameraOffset = new Vector (0, 5, -10);
    262262            Vector* cameraOffset = new Vector (-10, 5, 0);
Note: See TracChangeset for help on using the changeset viewer.