mirror of
https://github.com/ppy/osu
synced 2024-12-12 09:58:22 +00:00
Remove checks which are still going to occasionally fail due to pooling
This commit is contained in:
parent
0d56693b7a
commit
91acc9eec6
@ -101,9 +101,7 @@ namespace osu.Game.Rulesets.Osu.Tests.Mods
|
|||||||
|
|
||||||
return
|
return
|
||||||
results.Any(r => r.Type == HitResult.SmallTickHit)
|
results.Any(r => r.Type == HitResult.SmallTickHit)
|
||||||
&& !results.Any(r => r.Type == HitResult.LargeTickHit)
|
&& !results.Any(r => r.Type == HitResult.LargeTickHit);
|
||||||
&& Precision.AlmostEquals(spinner.Progress, 1.0f, 0.05f)
|
|
||||||
&& Precision.AlmostEquals(spinner.GainedBonus.Value, 0, 1);
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user