summaryrefslogtreecommitdiff
path: root/Demos
diff options
context:
space:
mode:
authorerwin.coumans <erwin.coumans@08e121b0-ae19-0410-a57b-3be3395fd4fd>2009-02-27 03:13:58 +0000
committererwin.coumans <erwin.coumans@08e121b0-ae19-0410-a57b-3be3395fd4fd>2009-02-27 03:13:58 +0000
commit93dd14dfff77ddbff2bd8da2c56a6926b359f73d (patch)
treebb1b5e0cfec141047aa88b2189db13359effb914 /Demos
parent3548c01985af9929161d957c32ebe9ca65f20141 (diff)
downloadbullet3-93dd14dfff77ddbff2bd8da2c56a6926b359f73d.tar.gz
use 0.2 as default erp for AllBulletDemos
Diffstat (limited to 'Demos')
-rw-r--r--Demos/AllBulletDemos/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/AllBulletDemos/Main.cpp b/Demos/AllBulletDemos/Main.cpp
index 8d97f5a47..268d39711 100644
--- a/Demos/AllBulletDemos/Main.cpp
+++ b/Demos/AllBulletDemos/Main.cpp
@@ -98,7 +98,7 @@ void setDefaultSettings()
gUseSplitImpulse = 0;
gUseWarmstarting = 1;
gRandomizeConstraints = 1;
- gErp = 0.4f;
+ gErp = 0.2f;
gSlop=0.0f;
gErp2 = 0.1f;
gWarmStartingParameter = 0.85f;