diff options
Correct a typo, purely cosmetic.
FixesMantis #3263
Diffstat (limited to 'bin/OpenSim.ini.example')
-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 |