Skip to content

Commit

Permalink
Previous commit was not enough
Browse files Browse the repository at this point in the history
  • Loading branch information
khanghugo committed Oct 14, 2022
1 parent 22e8573 commit 6fba8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BunnymodXT/hud_custom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ namespace CustomHud
}

passedTime = 0.0;
jumpSpeed = length(player.velocity[0], player.velocity[1]);
jumpSpeed = length(prevVel[0], prevVel[1]);
}
}

Expand Down

0 comments on commit 6fba8ce

Please sign in to comment.