Changeset 3591 in orxonox.OLD for orxonox/trunk/src/lib/coord/p_node.cc
- Timestamp:
- Mar 17, 2005, 2:04:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r3590 r3591 19 19 20 20 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_PNODE 21 22 21 23 22 #include "p_node.h" … … 413 412 PRINTF(2)("PNode::update - %s - (%f, %f, %f)\n", this->objectName, this->absCoordinate.x, this->absCoordinate.y, this->absCoordinate.z); 414 413 // printf("%s", this->objectName); 415 printf("%d:", this->mode);416 414 if(this->mode & PNODE_MOVEMENT ) 417 415 {
Note: See TracChangeset
for help on using the changeset viewer.