make scaling geometric

This commit is contained in:
tsunyoku
2024-11-25 20:27:31 +00:00
parent 2cdb0cc102
commit c5cb35b623
+1 -1
View File
@@ -404,7 +404,7 @@ impl<'m> OsuPP<'m> {
}
// Scale with accuracy
aim_value *= self.acc.unwrap();
aim_value *= self.acc.unwrap().powf(1.1);
aim_value *= 0.98 + attributes.od as f32 * attributes.od as f32 / 2500.0;
aim_value