From 47fa636e341bdad697c5d140f3a937c5e18037fc Mon Sep 17 00:00:00 2001 From: Mat Date: Thu, 19 Mar 2020 04:47:54 +0200 Subject: Change outdated air drag value for arrows --- src/Entities/ArrowEntity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entities/ArrowEntity.cpp b/src/Entities/ArrowEntity.cpp index 0059a6eaa..fafed49a8 100644 --- a/src/Entities/ArrowEntity.cpp +++ b/src/Entities/ArrowEntity.cpp @@ -22,7 +22,7 @@ cArrowEntity::cArrowEntity(cEntity * a_Creator, Vector3d a_Pos, Vector3d a_Speed SetSpeed(a_Speed); SetMass(0.1); SetGravity(-20.0f); - SetAirDrag(0.2f); + SetAirDrag(0.01f); SetYawFromSpeed(); SetPitchFromSpeed(); FLOGD("Created arrow {0} with speed {1:.02f} and rot {{{2:.02f}, {3:.02f}}}", -- cgit v1.2.3