Explorar o código

Correct Bullet's default Area angular damp value.

Marcel Admiraal %!s(int64=5) %!d(string=hai) anos
pai
achega
08fa7cd8d9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/bullet/area_bullet.cpp

+ 1 - 1
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) {