diff options
author | Diva Canto | 2015-09-05 10:28:44 -0700 |
---|---|---|
committer | Diva Canto | 2015-09-05 10:28:44 -0700 |
commit | c2346a082336ee8ab50d86b04007389adad64f45 (patch) | |
tree | 3b2ac03fc91ada201b79e408c30303ddd8e14bba /OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs | |
parent | let ode suport var size regions (diff) | |
download | opensim-SC-c2346a082336ee8ab50d86b04007389adad64f45.zip opensim-SC-c2346a082336ee8ab50d86b04007389adad64f45.tar.gz opensim-SC-c2346a082336ee8ab50d86b04007389adad64f45.tar.bz2 opensim-SC-c2346a082336ee8ab50d86b04007389adad64f45.tar.xz |
Changed a couple of comments to be more generic
Diffstat (limited to '')
-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 aafc7c6..cd5dbf8 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 | // UBIT: limit ray lenght or collisions will take all avaiable stack space | 175 | // NOTE: limit ray lenght 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; |