mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Fixed typos
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user