mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +00:00
fix: restore KBM sprint on either Ctrl key
This commit is contained in:
parent
7b35df8714
commit
4108ed142b
3 changed files with 26 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ void Input::tick(LocalPlayer *player)
|
|||
}
|
||||
}
|
||||
|
||||
// Left Ctrl + forward = sprint (hold to sprint)
|
||||
// Ctrl + forward = sprint (hold to sprint)
|
||||
if (!player->abilities.flying)
|
||||
{
|
||||
bool ctrlHeld = g_KBMInput.IsKeyDown(KeyboardMouseInput::KEY_SPRINT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue