diff options
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs b/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs index d5e2172..a0d111a 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs | |||
@@ -387,7 +387,7 @@ public class BSShapeCollection : IDisposable | |||
387 | prim.LocalID, forceRebuild, prim.BSShape); | 387 | prim.LocalID, forceRebuild, prim.BSShape); |
388 | } | 388 | } |
389 | } | 389 | } |
390 | else | 390 | if (pbs.ProfileShape == ProfileShape.Square && pbs.PathCurve == (byte)Extrusion.Straight) |
391 | { | 391 | { |
392 | haveShape = true; | 392 | haveShape = true; |
393 | if (forceRebuild | 393 | if (forceRebuild |