diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs index e5f7ab7..79fe632 100644 --- a/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSPrim.cs | |||
@@ -379,7 +379,7 @@ public sealed class BSPrim : BSPhysObject | |||
379 | // If the object is below ground it just has to be moved up because pushing will | 379 | // If the object is below ground it just has to be moved up because pushing will |
380 | // not get it through the terrain | 380 | // not get it through the terrain |
381 | _position.Z = targetHeight; | 381 | _position.Z = targetHeight; |
382 | if (!inTaintTime) | 382 | if (inTaintTime) |
383 | ForcePosition = _position; | 383 | ForcePosition = _position; |
384 | ret = true; | 384 | ret = true; |
385 | } | 385 | } |