diff options
author | Jeff Ames | 2009-07-23 15:32:11 +0000 |
---|---|---|
committer | Jeff Ames | 2009-07-23 15:32:11 +0000 |
commit | a133e83f3ab38ad7abf0b3c591421d3eac418c0c (patch) | |
tree | 0c0de3d37510a54d8668402d310fc0cf7e8c255d /OpenSim/Region/Physics/Manager/PhysicsScene.cs | |
parent | Minor: rename libsl to libomv in Contributors.txt. (diff) | |
download | opensim-SC-a133e83f3ab38ad7abf0b3c591421d3eac418c0c.zip opensim-SC-a133e83f3ab38ad7abf0b3c591421d3eac418c0c.tar.gz opensim-SC-a133e83f3ab38ad7abf0b3c591421d3eac418c0c.tar.bz2 opensim-SC-a133e83f3ab38ad7abf0b3c591421d3eac418c0c.tar.xz |
Formatting cleanup.
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); |