Skip to content

Commit

Permalink
typo: left_face to right_face
Browse files Browse the repository at this point in the history
  • Loading branch information
LiteHell committed May 21, 2024
1 parent 4a6d128 commit 15a70af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/src/game/game_player/chart_player_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl ChartPlayerUI<'_> {
let janggu_width = janggu_width_min
+ ((janggu_width_max - janggu_width_min) as f64 * {
if self.input_effect.left_face.keydown_timing.is_none()
&& self.input_effect.left_face.keydown_timing.is_none()
&& self.input_effect.right_face.keydown_timing.is_none()
{
0.0
} else {
Expand Down

0 comments on commit 15a70af

Please sign in to comment.