From 878fac3fe3626a6bff003a8a6d7efce9e0d83e8a Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 1 Oct 2016 20:26:37 +0100 Subject: [PATCH] fix comment telling the correct default physics engine --- bin/OpenSimDefaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 47257b23ca..77ba3c81fe 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -293,7 +293,7 @@ ;; OpenDynamicsEngine was the previous default physics engine in OpenSimulator 0.7.6.1 and before. ;; It continues to provide a workable physics implementation. It does not currently support varregions. ;; basicphysics effectively does not model physics at all, making all objects phantom. - ;; Default is OpenDynamicsEngine + ;; Default is BulletSim physics = BulletSim ;physics = modified_BulletX ;physics = OpenDynamicsEngine