shape convex should not trigger complex cost (LI) alone

0.9.0-post-fixes
UbitUmarov 2017-07-21 16:07:04 +01:00
parent f6f0b1c513
commit c1ab1289ab
1 changed files with 1 additions and 1 deletions

View File

@ -1675,7 +1675,7 @@ namespace OpenSim.Region.Framework.Scenes
get get
{ {
byte pst = PhysicsShapeType; byte pst = PhysicsShapeType;
if(pst == (byte) PhysShapeType.none || pst == (byte) PhysShapeType.convex || HasMesh()) if(pst == (byte) PhysShapeType.none || HasMesh())
return true; return true;
return false; return false;
} }