fix: negate classic mod check
This commit is contained in:
@@ -784,7 +784,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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user