diff options
Diffstat (limited to 'OpenSim/Region/Physics/Manager/PhysicsScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsScene.cs b/OpenSim/Region/Physics/Manager/PhysicsScene.cs index 95699fb..6937a25 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs | |||
@@ -181,7 +181,7 @@ namespace OpenSim.Region.Physics.Manager | |||
181 | /// <param name="direction">Direction of the ray</param> | 181 | /// <param name="direction">Direction of the ray</param> |
182 | /// <param name="length">Length of ray in meters</param> | 182 | /// <param name="length">Length of ray in meters</param> |
183 | /// <param name="retMethod">Method to call when the raycast is complete</param> | 183 | /// <param name="retMethod">Method to call when the raycast is complete</param> |
184 | public virtual void RaycastWorld( Vector3 position, Vector3 direction, float length, RaycastCallback retMethod) | 184 | public virtual void RaycastWorld(Vector3 position, Vector3 direction, float length, RaycastCallback retMethod) |
185 | { | 185 | { |
186 | if (retMethod != null) | 186 | if (retMethod != null) |
187 | retMethod(false, Vector3.Zero, 0, 999999999999f); | 187 | retMethod(false, Vector3.Zero, 0, 999999999999f); |