Merge pull request #135 from lioncash/dash-elements

CPlayer: Add missing element to skDashStrafeDistances
This commit is contained in:
Phillip Stephens 2020-01-30 20:12:00 -08:00 committed by GitHub
commit 968c3394c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ constexpr std::array<float, 8> skStrafeDistances{
};
constexpr std::array<float, 8> skDashStrafeDistances{
30.0f, 22.6f, 10.0f, 10.0f, 10.0f, 10.0f, 10.0f,
11.8f, 30.0f, 22.6f, 10.0f, 10.0f, 10.0f, 10.0f, 10.0f,
};
constexpr std::array<float, 8> skOrbitForwardDistances{