1
0
Fork 0

Change outdated air drag value for arrows

This commit is contained in:
Mat 2020-03-19 04:47:54 +02:00 committed by GitHub
parent 5869a53e21
commit 47fa636e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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}}}",