Changeset 4395 in orxonox.OLD for orxonox/trunk/src/lib/physics/physics_connection.cc
- Timestamp:
- May 30, 2005, 2:19:41 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/physics/physics_connection.cc
r4384 r4395 49 49 \param dt The time to apply in Seconds 50 50 */ 51 void PhysicsConnection::apply( const float& dt) const51 void PhysicsConnection::apply(void) const 52 52 { 53 53 if (likely(this->type == PCON_PhysIField && this->field->getMagnitude() != 0.0)) 54 this->subject->applyField(this->field , dt);54 this->subject->applyField(this->field); 55 55 else ; 56 56 }
Note: See TracChangeset
for help on using the changeset viewer.