fix: fix sprinting

This commit is contained in:
daoge_cmd
2026-03-02 01:21:56 +08:00
parent b5111232aa
commit 6cba5705dd
3 changed files with 33 additions and 12 deletions

View File

@@ -6,10 +6,12 @@ class Input
public:
float xa;
float ya;
float sprintForward;
bool wasJumping;
bool jumping;
bool sneaking;
bool usingKeyboardMovement;
Input(); // 4J - added
@@ -20,4 +22,4 @@ private:
bool lReset;
bool rReset;
bool m_gamepadSneaking;
};
};