This commit is contained in:
MarcEricMartel
2021-12-06 12:21:05 -05:00
parent 7bf926378b
commit 8debc055ed
4 changed files with 2 additions and 9 deletions

View File

@@ -18,7 +18,6 @@ void Player::TurnTopBottom(float value) {
else if (m_rotX < -80) m_rotX = -80;
}
Vector3f Player::GetInput(bool front, bool back, bool left, bool right, bool jump, bool dash, float elapsedTime) {
Vector3f delta = Vector3f(0, 0, 0);