diff options
author | idb | 2009-03-07 14:39:42 +0000 |
---|---|---|
committer | idb | 2009-03-07 14:39:42 +0000 |
commit | 93a697b24da390f2573e7cbf1b6dfb7bf9a81573 (patch) | |
tree | 30772f8a5e2f4009cbfc8c9e4269a74e673624c1 /bin | |
parent | Limit the message length from llInstantMessage to 1024 characters http://wiki... (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index b62cd77..681f967 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -487,7 +487,7 @@ InterregionComms = "RESTComms" | |||
487 | body_pid_gain = 25 | 487 | body_pid_gain = 25 |
488 | 488 | ||
489 | ; amount of time a geom/body will try to cross a region border before it gets disabled | 489 | ; amount of time a geom/body will try to cross a region border before it gets disabled |
490 | geom_crossing_faiures_before_outofbounds = 5 | 490 | geom_crossing_failures_before_outofbounds = 5 |
491 | 491 | ||
492 | ; start throttling the object updates if object comes in contact with 3 or more other objects | 492 | ; start throttling the object updates if object comes in contact with 3 or more other objects |
493 | geom_contactpoints_start_throttling = 3 | 493 | geom_contactpoints_start_throttling = 3 |