diff options
author | Michael Cerquoni | 2014-07-25 12:30:09 -0400 |
---|---|---|
committer | Michael Cerquoni | 2014-07-25 12:30:09 -0400 |
commit | 46781253c396e7c7da7816428b71dd71943083e9 (patch) | |
tree | dbc376faa67be4d313e21ab6c800d306821b37bf | |
parent | Add suppression of grid-side "show regions" command in simulator console for ... (diff) | |
download | opensim-SC-46781253c396e7c7da7816428b71dd71943083e9.zip opensim-SC-46781253c396e7c7da7816428b71dd71943083e9.tar.gz opensim-SC-46781253c396e7c7da7816428b71dd71943083e9.tar.bz2 opensim-SC-46781253c396e7c7da7816428b71dd71943083e9.tar.xz |
fix comments in physics section of [Startup] to reflect the actual default engine.
Diffstat (limited to '')
-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 3f9aed6..b79a3cb 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -210,7 +210,7 @@ | |||
210 | ;; OpenDynamicsEngine was the previous default physics engine in OpenSimulator 0.7.6.1 and before. | 210 | ;; OpenDynamicsEngine was the previous default physics engine in OpenSimulator 0.7.6.1 and before. |
211 | ;; It continues to provide a workable physics implementation. It does not currently support varregions. | 211 | ;; It continues to provide a workable physics implementation. It does not currently support varregions. |
212 | ;; basicphysics effectively does not model physics at all, making all objects phantom. | 212 | ;; basicphysics effectively does not model physics at all, making all objects phantom. |
213 | ;; Default is OpenDynamicsEngine | 213 | ;; Default is BulletSim |
214 | ; physics = OpenDynamicsEngine | 214 | ; physics = OpenDynamicsEngine |
215 | ; physics = BulletSim | 215 | ; physics = BulletSim |
216 | ; physics = basicphysics | 216 | ; physics = basicphysics |