diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 3817868..0cfb5ff 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -1165,6 +1165,9 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1165 | if (pbs.ProfileShape == ProfileShape.Circle && pbs.PathCurve == (byte)Extrusion.Straight) | 1165 | if (pbs.ProfileShape == ProfileShape.Circle && pbs.PathCurve == (byte)Extrusion.Straight) |
1166 | return true; | 1166 | return true; |
1167 | 1167 | ||
1168 | if (pbs.ProfileShape == ProfileShape.EquilateralTriangle) | ||
1169 | return true; | ||
1170 | |||
1168 | return false; | 1171 | return false; |
1169 | } | 1172 | } |
1170 | 1173 | ||