Fixed typos

0.8.2-post-fixes
Diva Canto 2015-11-12 18:40:10 -08:00
parent 3515fda101
commit 554d4bad8d
1 changed files with 5 additions and 5 deletions

View File

@ -167,13 +167,13 @@
InworldRestartShutsDown = false
; Use of normalized 55FPS statistics
; Opensim does not have a frame rate control like other simulators
; Most parameters that control timing can be configurable region by region
; To achive closer compatibility with values expected by viewers, scripts and users
; Opensim does not have a frame rate control like other simulators.
; Most parameters that control timing can be configurable region by region.
; To achieve closer compatibility with values expected by viewers, scripts and users
; some parameters are converted to a equivalent per frame value.
; Adicionaly they are scaled to values they whould have on a system running at a nominal 55 frames per second rate
; Additionally, they are scaled to values they would have on a system running at a nominal 55 frames per second rate.
; The scale factor it 55 * FrameTime, corresponding to 5 with default configuration
; You can choose to not apply this scale factor setting Normalized55FPS to false.
; You can choose to show the true physics FPS to viewers by setting Normalized55FPS to false.
; Normalized55FPS = true
; The minimum proportion of a second that any particular frame can take to execute.