Changeset 3959 in orxonox.OLD
- Timestamp:
- Apr 25, 2005, 3:20:43 PM (20 years ago)
- Location:
- orxonox/branches/particleEngine/src/lib
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/particleEngine/src/lib/coord/p_node.cc
r3957 r3959 196 196 if( unlikely(this->bAbsCoorChanged)) 197 197 { 198 this->absCoordinate = this->absCoordinate +shift;198 this->absCoordinate += shift; 199 199 } 200 200 else 201 201 { 202 this->relCoordinate = this->relCoordinate +shift;202 this->relCoordinate += shift; 203 203 this->bRelCoorChanged = true; 204 204 }
Note: See TracChangeset
for help on using the changeset viewer.