From 6fba8ce8a4fc5cbf0cb93913ea8cd129b2d1fede Mon Sep 17 00:00:00 2001 From: khang Date: Fri, 14 Oct 2022 00:32:24 -0400 Subject: [PATCH] Previous commit was not enough --- BunnymodXT/hud_custom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BunnymodXT/hud_custom.cpp b/BunnymodXT/hud_custom.cpp index 1304beaa..6696a521 100644 --- a/BunnymodXT/hud_custom.cpp +++ b/BunnymodXT/hud_custom.cpp @@ -641,7 +641,7 @@ namespace CustomHud } passedTime = 0.0; - jumpSpeed = length(player.velocity[0], player.velocity[1]); + jumpSpeed = length(prevVel[0], prevVel[1]); } }