diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Entities/ArrowEntity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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}}}", |