change power factor
This commit is contained in:
+1
-1
@@ -551,7 +551,7 @@ impl<'m> OsuPP<'m> {
|
||||
fn calculate_miss_penalty(&self, strain_count: f32, effective_miss_count: f32) -> f32 {
|
||||
let total_hits = self.total_hits() as f32;
|
||||
|
||||
0.97 * (1.0 - (effective_miss_count / total_hits).powf(0.775)).powf(effective_miss_count)
|
||||
0.97 * (1.0 - (effective_miss_count / total_hits).powf(0.5)).powf(effective_miss_count)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user