aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
diff options
context:
space:
mode:
authorRobert Adams2013-04-27 14:00:58 -0700
committerRobert Adams2013-04-29 07:38:35 -0700
commit890cb6a29373a54dde2d06b13e42d07676710dc2 (patch)
tree2d18a626484f9f513f997c7a3d4a092b0b9d6538 /OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
parentSome more pieces of Avination's ban system - if an avatar isn't allowed on any (diff)
downloadopensim-SC_OLD-890cb6a29373a54dde2d06b13e42d07676710dc2.zip
opensim-SC_OLD-890cb6a29373a54dde2d06b13e42d07676710dc2.tar.gz
opensim-SC_OLD-890cb6a29373a54dde2d06b13e42d07676710dc2.tar.bz2
opensim-SC_OLD-890cb6a29373a54dde2d06b13e42d07676710dc2.tar.xz
BulletSim: complete BSShape classes.
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs')
-rwxr-xr-xOpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs b/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
index bc26460..0f9b3c3 100755
--- a/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
+++ b/OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs
@@ -499,7 +499,7 @@ public sealed class BSShapeCollection : IDisposable
499 } 499 }
500 500
501 // return 'true' if this shape description does not include any cutting or twisting. 501 // return 'true' if this shape description does not include any cutting or twisting.
502 private bool PrimHasNoCuts(PrimitiveBaseShape pbs) 502 public static bool PrimHasNoCuts(PrimitiveBaseShape pbs)
503 { 503 {
504 return pbs.ProfileBegin == 0 && pbs.ProfileEnd == 0 504 return pbs.ProfileBegin == 0 && pbs.ProfileEnd == 0
505 && pbs.ProfileHollow == 0 505 && pbs.ProfileHollow == 0