shape convex should not trigger complex cost (LI) alone
parent
f6f0b1c513
commit
c1ab1289ab
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue