aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorMichael Cerquoni2014-07-25 12:30:09 -0400
committerMichael Cerquoni2014-07-25 12:30:09 -0400
commit46781253c396e7c7da7816428b71dd71943083e9 (patch)
treedbc376faa67be4d313e21ab6c800d306821b37bf /bin/OpenSim.ini.example
parentAdd suppression of grid-side "show regions" command in simulator console for ... (diff)
downloadopensim-SC_OLD-46781253c396e7c7da7816428b71dd71943083e9.zip
opensim-SC_OLD-46781253c396e7c7da7816428b71dd71943083e9.tar.gz
opensim-SC_OLD-46781253c396e7c7da7816428b71dd71943083e9.tar.bz2
opensim-SC_OLD-46781253c396e7c7da7816428b71dd71943083e9.tar.xz
fix comments in physics section of [Startup] to reflect the actual default engine.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example2
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