Skip to content

Commit

Permalink
try re-adding combo scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeenyuhs authored and Hazuki-san committed Oct 1, 2023
1 parent c3bd418 commit fe9df5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 = "rina-pp"
version = "0.9.13"
version = "0.9.14"
authors = ["MaxOhn <[email protected]>", "Aoba Suzukaze <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions src/osu/pp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -723,9 +723,9 @@ impl OsuPpInner {
}

fn get_combo_scaling_factor(&self) -> f64 {
if self.mods.rx() {
return 1.0;
}
// if self.mods.rx() {
// return 1.0;
// }

if self.attrs.max_combo == 0 {
1.0
Expand Down

0 comments on commit fe9df5c

Please sign in to comment.