From 08fa7cd8d920ceb3a31ca2c13929c64466bad3bb Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Wed, 27 May 2020 11:53:41 +0100 Subject: [PATCH] Correct Bullet's default Area angular damp value. --- modules/bullet/area_bullet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bullet/area_bullet.cpp b/modules/bullet/area_bullet.cpp index 79ada54f0f..3af3865672 100644 --- a/modules/bullet/area_bullet.cpp +++ b/modules/bullet/area_bullet.cpp @@ -53,7 +53,7 @@ AreaBullet::AreaBullet() : spOv_gravityVec(0, -1, 0), spOv_gravityMag(10), spOv_linearDump(0.1), - spOv_angularDump(1), + spOv_angularDump(0.1), spOv_priority(0), isScratched(false) {