Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7014 in orxonox.OLD for trunk/src/world_entities/playable.cc


Ignore:
Timestamp:
Feb 3, 2006, 2:14:22 PM (18 years ago)
Author:
bensch
Message:

trunk: new algorithm for the Camera-Distance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/playable.cc

    r7010 r7014  
    285285void  Playable::attachCamera()
    286286{
    287   State::getCamera()->setParentSoft(this);
    288   State::getCameraTarget()->setParentSoft(this);
     287  State::getCameraNode()->setParentSoft(this);
     288  State::getCameraTargetNode()->setParentSoft(this);
    289289
    290290}
Note: See TracChangeset for help on using the changeset viewer.