aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authoridb2009-03-07 14:39:42 +0000
committeridb2009-03-07 14:39:42 +0000
commit93a697b24da390f2573e7cbf1b6dfb7bf9a81573 (patch)
tree30772f8a5e2f4009cbfc8c9e4269a74e673624c1 /OpenSim
parentLimit the message length from llInstantMessage to 1024 characters http://wiki... (diff)
downloadopensim-SC_OLD-93a697b24da390f2573e7cbf1b6dfb7bf9a81573.zip
opensim-SC_OLD-93a697b24da390f2573e7cbf1b6dfb7bf9a81573.tar.gz
opensim-SC_OLD-93a697b24da390f2573e7cbf1b6dfb7bf9a81573.tar.bz2
opensim-SC_OLD-93a697b24da390f2573e7cbf1b6dfb7bf9a81573.tar.xz
Correct a typo, purely cosmetic.
FixesMantis #3263
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index 779ad1a..601cd82 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -400,7 +400,7 @@ namespace OpenSim.Region.Physics.OdePlugin
400 400
401 geomContactPointsStartthrottle = physicsconfig.GetInt("geom_contactpoints_start_throttling", 3); 401 geomContactPointsStartthrottle = physicsconfig.GetInt("geom_contactpoints_start_throttling", 3);
402 geomUpdatesPerThrottledUpdate = physicsconfig.GetInt("geom_updates_before_throttled_update", 15); 402 geomUpdatesPerThrottledUpdate = physicsconfig.GetInt("geom_updates_before_throttled_update", 15);
403 geomCrossingFailuresBeforeOutofbounds = physicsconfig.GetInt("geom_crossing_faiures_before_outofbounds", 5); 403 geomCrossingFailuresBeforeOutofbounds = physicsconfig.GetInt("geom_crossing_failures_before_outofbounds", 5);
404 404
405 geomDefaultDensity = physicsconfig.GetFloat("geometry_default_density", 10.000006836f); 405 geomDefaultDensity = physicsconfig.GetFloat("geometry_default_density", 10.000006836f);
406 bodyFramesAutoDisable = physicsconfig.GetInt("body_frames_auto_disable", 20); 406 bodyFramesAutoDisable = physicsconfig.GetInt("body_frames_auto_disable", 20);