Skip to content

Commit

Permalink
fix: rename functions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Nov 30, 2024
1 parent cb9877a commit 5fb7391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/any/performance/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ impl<'map> Performance<'map> {
///
/// Only relevant for osu!standard lazer scores without slider accuracy. In
/// that case, this value is the amount of slider tail hits.
pub fn small_ticks_hits(self, small_tick_hits: u32) -> Self {
pub fn small_tick_hits(self, small_tick_hits: u32) -> Self {
if let Self::Osu(osu) = self {
Self::Osu(osu.small_tick_hits(small_tick_hits))
} else {
Expand Down

0 comments on commit 5fb7391

Please sign in to comment.