Changeset 10287 in orxonox.OLD for branches/heathaze/src/world_entities/script_trigger.cc
- Timestamp:
- Jan 17, 2007, 10:33:59 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/heathaze/src/world_entities/script_trigger.cc
r9869 r10287 188 188 if( !invert && this->distance(target) < radius) 189 189 { 190 // printf("Trigger position is: %f %f %f \n", this->getAbsCoor().x, this->getAbsCoor().y, this->getAbsCoor().z); 191 // printf("Target position is: %f %f %f \n", this->target->getAbsCoor().x, this->target->getAbsCoor().y, this->target->getAbsCoor().z); 190 192 executeAction(timestep); 191 193 scriptCalled = true;
Note: See TracChangeset
for help on using the changeset viewer.