diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 009db41..607dcb2 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -1575,7 +1575,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1575 | return (float)_origheightmap[(int)y * Constants.RegionSize + (int)x]; | 1575 | return (float)_origheightmap[(int)y * Constants.RegionSize + (int)x]; |
1576 | else | 1576 | else |
1577 | return 0; | 1577 | return 0; |
1578 | } | 1578 | } |
1579 | // End recovered. Kitto Flora | 1579 | // End recovered. Kitto Flora |
1580 | 1580 | ||
1581 | public void addCollisionEventReporting(PhysicsActor obj) | 1581 | public void addCollisionEventReporting(PhysicsActor obj) |