Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2006, 7:41:11 AM (18 years ago)
Author:
patrick
Message:

more testings, works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/creatures/fps_player.cc

    r9189 r9190  
    246246
    247247      this->aimingSystem->toList(OM_LIST(this->getOMListNumber() + 1) /*OM_GROUP_01*/);
    248       this->aimingSystem->setParent(this->cameraNode);
     248      this->aimingSystem->setParent(&this->cameraNode);
    249249      this->aimingSystem->setParentMode(PNODE_ROTATE_AND_MOVE);
    250250    }
Note: See TracChangeset for help on using the changeset viewer.