diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-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 9b8f4af..fa128de 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -1438,6 +1438,9 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1438 | if (pbs.ProfileHollow != 0) | 1438 | if (pbs.ProfileHollow != 0) |
1439 | return true; | 1439 | return true; |
1440 | 1440 | ||
1441 | if (((Int16)pbs.PathTwistBegin != 0) || ((Int16)pbs.PathTwist != 0)) | ||
1442 | return true; | ||
1443 | |||
1441 | if ((pbs.ProfileBegin != 0) || pbs.ProfileEnd != 0) | 1444 | if ((pbs.ProfileBegin != 0) || pbs.ProfileEnd != 0) |
1442 | return true; | 1445 | return true; |
1443 | 1446 | ||