'Fix' crate jump bug

main
En Yi 2025-04-16 21:22:14 +08:00
parent 707ab692a1
commit f5d9e40298
1 changed files with 1 additions and 1 deletions

View File

@ -1718,7 +1718,7 @@ void hitbox_update_system(Scene_t* scene)
p_cjump->short_hop = true;
p_cjump->jumped = false;
p_cjump->jump_released = false;
p_pstate->jump_pressed = true;
//p_pstate->jump_pressed = true;
p_ctransform->velocity.y = -400;
if (p_pstate->jump_pressed)