Fix debug comp

This commit is contained in:
FutureRave 2022-03-22 21:00:03 +00:00
parent 4f75e2a562
commit cb524b58c6
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

@ -264,7 +264,7 @@ bool player_movement::jump_get_step_height_stub_mp(game::native::playerState_s*
{
assert(ps->pm_flags & game::native::PMF_JUMPING);
assert(origin != nullptr);
assert(stepSize != nullptr);
assert(step_size != nullptr);
if (origin[2] >= (jump_height->current.value + ps->jumpOriginZ))
{