feat: add effective_miss_count on pp calc

This commit is contained in:
James
2022-12-27 23:21:56 +00:00
committed by GitHub
parent 961689fbbe
commit 3a8a68db59
+1
View File
@@ -349,6 +349,7 @@ impl<'m> OsuPP<'m> {
pp_flashlight: 0.0,
pp_speed: speed_value as f64,
pp: pp as f64,
effective_miss_count: effective_miss_count as f64,
}
}