diff options
author | Teravus Ovares | 2009-07-22 04:04:30 +0000 |
---|---|---|
committer | Teravus Ovares | 2009-07-22 04:04:30 +0000 |
commit | 9f4b8260c2d72bb4773f18b946efe8d7560418ef (patch) | |
tree | f09adb80c7234a3ae7bbe084909666aa07225b43 /OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |
parent | Thank you, MarcelEdward, for a patch to add paying group join fees. (diff) | |
download | opensim-SC-9f4b8260c2d72bb4773f18b946efe8d7560418ef.zip opensim-SC-9f4b8260c2d72bb4773f18b946efe8d7560418ef.tar.gz opensim-SC-9f4b8260c2d72bb4773f18b946efe8d7560418ef.tar.bz2 opensim-SC-9f4b8260c2d72bb4773f18b946efe8d7560418ef.tar.xz |
* Exclude heightfield geom from the raycast test.
* Fixes mantis #3922
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 607dcb2..63b56f4 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -177,7 +177,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
177 | //private int m_returncollisions = 10; | 177 | //private int m_returncollisions = 10; |
178 | 178 | ||
179 | private readonly IntPtr contactgroup; | 179 | private readonly IntPtr contactgroup; |
180 | private IntPtr LandGeom; | 180 | internal IntPtr LandGeom; |
181 | 181 | ||
182 | private IntPtr WaterGeom; | 182 | private IntPtr WaterGeom; |
183 | 183 | ||