diff options
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs index d0e514b..569d2e7 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSLinkset.cs | |||
@@ -204,7 +204,7 @@ public abstract class BSLinkset | |||
204 | // When physical properties are changed the linkset needs to recalculate | 204 | // When physical properties are changed the linkset needs to recalculate |
205 | // its internal properties. | 205 | // its internal properties. |
206 | // May be called at runtime or taint-time (just pass the appropriate flag). | 206 | // May be called at runtime or taint-time (just pass the appropriate flag). |
207 | public abstract void Refresh(BSPhysObject requestor, bool inTaintTime); | 207 | public abstract void Refresh(BSPhysObject requestor); |
208 | 208 | ||
209 | // The object is going dynamic (physical). Do any setup necessary | 209 | // The object is going dynamic (physical). Do any setup necessary |
210 | // for a dynamic linkset. | 210 | // for a dynamic linkset. |