Changeset 3687 in orxonox.OLD for orxonox/trunk/src
- Timestamp:
- Mar 31, 2005, 1:14:27 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r3686 r3687 562 562 void PNode::update (float dt) 563 563 { 564 *this->lastAbsCoordinate = *this->absCoordinate; 564 565 this->time = dt; 565 566 PRINTF(4)("PNode::update - %s - (%f, %f, %f)\n", this->objectName, this->absCoordinate->x, this->absCoordinate->y, this->absCoordinate->z);
Note: See TracChangeset
for help on using the changeset viewer.