Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ntibi committed Aug 3, 2024
1 parent 552fd47 commit a12b552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control/character_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ impl KinematicCharacterController {

let hit_info = self.compute_hit_info(hit);
let pre_slide_translation_remaining = translation_remaining;
// Try to go up stairs.
// Try to go upstairs.
if !self.handle_stairs(
bodies,
colliders,
Expand Down

0 comments on commit a12b552

Please sign in to comment.