Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5382 in orxonox.OLD for trunk/src/world_entities/weapons


Ignore:
Timestamp:
Oct 15, 2005, 8:22:30 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fixed a reparenting bug
made the naming more compliant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/test_gun.cc

    r5357 r5382  
    6262  Animation3D* animation3 = this->getAnimation(WS_DEACTIVATING, this);
    6363  //parent->addChild(this->objectComponent1, PNODE_ALL);
    64   this->addChild(this->objectComponent1, PNODE_ALL);
     64  this->addChild(this->objectComponent1);
    6565
    6666  animation1->setInfinity(ANIM_INF_CONSTANT);
Note: See TracChangeset for help on using the changeset viewer.