mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
shape convex should not trigger complex cost (LI) alone
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user