Skip to content

Commit 7232d92

Browse files
committed
renaming
1 parent 5fd3409 commit 7232d92

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/control/src/motion/motion_selector.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl MotionSelector {
6262
let is_standing_up =
6363
current_motion.is_dispatching() && requested_motion.is_standup_motion();
6464

65-
let stand_up_count = stand_up_counting(
65+
let stand_up_count = count_stand_up_attempts(
6666
current_motion,
6767
is_standing_up,
6868
self.was_standing_up,
@@ -204,7 +204,7 @@ fn transition_motion(
204204
}
205205
}
206206

207-
fn stand_up_counting(
207+
fn count_stand_up_attempts(
208208
current_motion: MotionType,
209209
is_standing_up: bool,
210210
was_standing_up: bool,

0 commit comments

Comments
 (0)