fix: negate classic mod check

This commit is contained in:
MaxOhn
2024-10-13 19:01:20 +02:00
parent 25d8d295f3
commit f646cba538
+1 -1
View File
@@ -778,7 +778,7 @@ impl OsuPerformanceInner<'_> {
// * of the calculation we focus on hitting the timing hit window.
let mut amount_hit_objects_with_acc = self.attrs.n_circles;
if using_classic_slider_acc {
if !using_classic_slider_acc {
amount_hit_objects_with_acc += self.attrs.n_sliders;
}