diff options
author | Diva Canto | 2015-09-06 14:57:18 -0700 |
---|---|---|
committer | Diva Canto | 2015-09-06 14:57:18 -0700 |
commit | 45046858a1b0256671ae46a0b242d8cc86e9f090 (patch) | |
tree | 27b7815635755bdf9f83d029a00794c383ce3921 /OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs | |
parent | Deleted access control spec from [LoginService] section of standalone config.... (diff) | |
download | opensim-SC_OLD-45046858a1b0256671ae46a0b242d8cc86e9f090.zip opensim-SC_OLD-45046858a1b0256671ae46a0b242d8cc86e9f090.tar.gz opensim-SC_OLD-45046858a1b0256671ae46a0b242d8cc86e9f090.tar.bz2 opensim-SC_OLD-45046858a1b0256671ae46a0b242d8cc86e9f090.tar.xz |
Typos in comments
Diffstat (limited to 'OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs b/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs index cd5dbf8..8d610f7 100644 --- a/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs +++ b/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs | |||
@@ -172,7 +172,7 @@ namespace OpenSim.Region.PhysicsModule.ODE | |||
172 | /// <param name="req"></param> | 172 | /// <param name="req"></param> |
173 | private void RayCast(ODERayCastRequest req) | 173 | private void RayCast(ODERayCastRequest req) |
174 | { | 174 | { |
175 | // NOTE: limit ray lenght or collisions will take all avaiable stack space | 175 | // NOTE: limit ray length or collisions will take all avaiable stack space |
176 | // this value may still be too large, depending on machine configuration | 176 | // this value may still be too large, depending on machine configuration |
177 | // of maximum stack | 177 | // of maximum stack |
178 | float len = req.length; | 178 | float len = req.length; |