diff options
author | Robert Adams | 2013-04-27 14:00:58 -0700 |
---|---|---|
committer | Robert Adams | 2013-04-29 07:38:35 -0700 |
commit | 890cb6a29373a54dde2d06b13e42d07676710dc2 (patch) | |
tree | 2d18a626484f9f513f997c7a3d4a092b0b9d6538 /OpenSim/Region/Physics/BulletSPlugin/BSShapeCollection.cs | |
parent | Some more pieces of Avination's ban system - if an avatar isn't allowed on any (diff) | |
download | opensim-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-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 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 |