diff options
author | Michael Cerquoni | 2014-07-25 12:30:09 -0400 |
---|---|---|
committer | Justin Clark-Casey | 2014-08-02 00:58:06 +0100 |
commit | 26916806dbff806747f8309869053245467e50fd (patch) | |
tree | c96b4323c64d6402b87efc0c2d9d85f66189846e | |
parent | Add missing default female hair texture for Ruth avatar. (diff) | |
download | opensim-SC-26916806dbff806747f8309869053245467e50fd.zip opensim-SC-26916806dbff806747f8309869053245467e50fd.tar.gz opensim-SC-26916806dbff806747f8309869053245467e50fd.tar.bz2 opensim-SC-26916806dbff806747f8309869053245467e50fd.tar.xz |
fix comments in physics section of [Startup] to reflect the actual default engine.
-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 |