aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs
diff options
context:
space:
mode:
authorUbitUmarov2015-09-12 02:21:27 +0100
committerUbitUmarov2015-09-12 02:21:27 +0100
commit61ad58310beb7f56c5367e58131620e660194af4 (patch)
treeda605d863c8ed42b856b0f73a73b87fb09f6f5c3 /OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs
parent send a reply on UpdateInventoryItem with the transactionID viewer sent. Prot... (diff)
downloadopensim-SC-61ad58310beb7f56c5367e58131620e660194af4.zip
opensim-SC-61ad58310beb7f56c5367e58131620e660194af4.tar.gz
opensim-SC-61ad58310beb7f56c5367e58131620e660194af4.tar.bz2
opensim-SC-61ad58310beb7f56c5367e58131620e660194af4.tar.xz
fix the typos that seem to matter so much to some :p
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs b/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs
index 80f0fcf..743a6f6 100644
--- a/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs
+++ b/OpenSim/Region/PhysicsModules/Ode/ODERayCastRequestManager.cs
@@ -225,7 +225,7 @@ namespace OpenSim.Region.PhysicsModule.ODE
225 /// <param name="req"></param> 225 /// <param name="req"></param>
226 private void RayCast(ODERayRequest req) 226 private void RayCast(ODERayRequest req)
227 { 227 {
228 // limit ray lenght or collisions will take all avaiable stack space 228 // limit ray length or collisions will take all avaiable stack space
229 float len = req.length; 229 float len = req.length;
230 if (len > 250f) 230 if (len > 250f)
231 len = 250f; 231 len = 250f;