* Exclude heightfield geom from the raycast test.

* Fixes mantis #3922
This commit is contained in:
Teravus Ovares
2009-07-22 04:04:30 +00:00
parent 7c747035ff
commit 9f4b8260c2
2 changed files with 70 additions and 1 deletions

View File

@@ -177,7 +177,7 @@ namespace OpenSim.Region.Physics.OdePlugin
//private int m_returncollisions = 10;
private readonly IntPtr contactgroup;
private IntPtr LandGeom;
internal IntPtr LandGeom;
private IntPtr WaterGeom;