diff options
author | Diva Canto | 2015-11-12 18:40:10 -0800 |
---|---|---|
committer | Diva Canto | 2015-11-12 18:40:10 -0800 |
commit | 554d4bad8d8ad191fe91e30e2fe40cb184d5b964 (patch) | |
tree | 2b41dec11a3ca6b8ebd32a1ae240e206ca62a85d /bin/OpenSimDefaults.ini | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-554d4bad8d8ad191fe91e30e2fe40cb184d5b964.zip opensim-SC-554d4bad8d8ad191fe91e30e2fe40cb184d5b964.tar.gz opensim-SC-554d4bad8d8ad191fe91e30e2fe40cb184d5b964.tar.bz2 opensim-SC-554d4bad8d8ad191fe91e30e2fe40cb184d5b964.tar.xz |
Fixed typos
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 9002650..a99608c 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -167,13 +167,13 @@ | |||
167 | InworldRestartShutsDown = false | 167 | InworldRestartShutsDown = false |
168 | 168 | ||
169 | ; Use of normalized 55FPS statistics | 169 | ; Use of normalized 55FPS statistics |
170 | ; Opensim does not have a frame rate control like other simulators | 170 | ; Opensim does not have a frame rate control like other simulators. |
171 | ; Most parameters that control timing can be configurable region by region | 171 | ; Most parameters that control timing can be configurable region by region. |
172 | ; To achive closer compatibility with values expected by viewers, scripts and users | 172 | ; To achieve closer compatibility with values expected by viewers, scripts and users |
173 | ; some parameters are converted to a equivalent per frame value. | 173 | ; some parameters are converted to a equivalent per frame value. |
174 | ; Adicionaly they are scaled to values they whould have on a system running at a nominal 55 frames per second rate | 174 | ; Additionally, they are scaled to values they would have on a system running at a nominal 55 frames per second rate. |
175 | ; The scale factor it 55 * FrameTime, corresponding to 5 with default configuration | 175 | ; The scale factor it 55 * FrameTime, corresponding to 5 with default configuration |
176 | ; You can choose to not apply this scale factor setting Normalized55FPS to false. | 176 | ; You can choose to show the true physics FPS to viewers by setting Normalized55FPS to false. |
177 | ; Normalized55FPS = true | 177 | ; Normalized55FPS = true |
178 | 178 | ||
179 | ; The minimum proportion of a second that any particular frame can take to execute. | 179 | ; The minimum proportion of a second that any particular frame can take to execute. |