diff options
author | UbitUmarov | 2015-11-09 15:37:57 +0000 |
---|---|---|
committer | UbitUmarov | 2015-11-09 15:37:57 +0000 |
commit | 55b524aa74f28faa3155b1dbc48f3244a8c22c25 (patch) | |
tree | 90f9658c4105809ff3a32dc9ee75378e6e6b7435 | |
parent | replace StatisticsFPSfactor that needed to be changed with FrameTime to a si... (diff) | |
download | opensim-SC-55b524aa74f28faa3155b1dbc48f3244a8c22c25.zip opensim-SC-55b524aa74f28faa3155b1dbc48f3244a8c22c25.tar.gz opensim-SC-55b524aa74f28faa3155b1dbc48f3244a8c22c25.tar.bz2 opensim-SC-55b524aa74f28faa3155b1dbc48f3244a8c22c25.tar.xz |
fix: set Normalized55FPS default to TRUE
-rw-r--r-- | bin/OpenSimDefaults.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index a558094..fadd359 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -174,7 +174,7 @@ | |||
174 | ; Adicionaly they are scaled to values they whould have on a system running at a nominal 55 frames per second rate | 174 | ; Adicionaly they are scaled to values they whould 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 not apply this scale factor setting Normalized55FPS to false. |
177 | Normalized55FPS = false | 177 | ; Normalized55FPS = false |
178 | 178 | ||
179 | ; Main Frame time | 179 | ; Main Frame time |
180 | ; This defines the rate of several simulation events. | 180 | ; This defines the rate of several simulation events. |