make scaling geometric
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user