Skip to content

Commit

Permalink
fuck my life actually
Browse files Browse the repository at this point in the history
  • Loading branch information
tsunyoku committed May 31, 2024
1 parent 55cc1f2 commit d61c4b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "akatsuki-pp"
version = "0.9.9"
version = "1.0.0"
authors = ["MaxOhn <[email protected]>", "tsunyoku <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/osu/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ impl<'map> OsuStars<'map> {
attrs.stars = star_rating;
attrs.speed_note_count = speed_notes;
attrs.aim_difficult_strain_count = aim.count_difficult_strains();
attrs.speed = speed.count_difficult_strains();
attrs.speed_difficult_strain_count = speed.count_difficult_strains();

attrs
}
Expand Down

1 comment on commit d61c4b6

@Lekuruu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel you man...

Please sign in to comment.