Update noclip.cpp

Changed NoClip from Sprint to Jump.
This commit is contained in:
DeadlineEm 2024-11-06 06:23:39 -05:00 committed by GitHub
parent 56b12ffc42
commit ac61a640d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,7 +47,7 @@ namespace big
if (can_update_location())
{
// Left Shift
if (PAD::IS_DISABLED_CONTROL_PRESSED(0, (int)ControllerInputs::INPUT_SPRINT))
if (PAD::IS_DISABLED_CONTROL_PRESSED(0, (int)ControllerInputs::INPUT_JUMP))
vel.z += speed / 2;
// Left Control
if (PAD::IS_DISABLED_CONTROL_PRESSED(0, (int)ControllerInputs::INPUT_DUCK))