shape convex should not trigger complex cost (LI) alone

This commit is contained in:
UbitUmarov
2017-07-21 16:07:04 +01:00
parent f6f0b1c513
commit c1ab1289ab

View File

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