mirror of
https://github.com/ppy/osu
synced 2024-12-13 10:28:17 +00:00
Ignore bugged inspectcode inspection
This commit is contained in:
parent
e3b31f0191
commit
0121692919
@ -93,6 +93,7 @@ namespace osu.Game.Rulesets.Osu.OsuDifficulty.Preprocessing
|
||||
float approxFollowCircleRadius = (float)(slider.Radius * 3);
|
||||
var computeVertex = new Action<double>(t =>
|
||||
{
|
||||
// ReSharper disable once PossibleInvalidOperationException (bugged in current r# version)
|
||||
var diff = slider.PositionAt(t) - slider.LazyEndPosition.Value;
|
||||
float dist = diff.Length;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user