Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 19, 2008, 5:32:58 PM (16 years ago)
Author:
landauf
Message:

small update to do further network tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.h

    r1940 r1950  
    4444
    4545            inline void setPosition(const Vector3& position)
    46                 { this->node_->setPosition(position); std::cout << "set position to " << position << std::endl; }
     46                { this->node_->setPosition(position); }
    4747            inline void translate(const Vector3& distance, Ogre::Node::TransformSpace relativeTo = Ogre::Node::TS_LOCAL)
    4848                { this->node_->translate(distance, relativeTo); }
Note: See TracChangeset for help on using the changeset viewer.