Converts OnSeek assignment to method group

This commit is contained in:
Jacob Odgård Tørring 2018-05-11 09:56:23 +02:00
parent 28e8d10d8d
commit c55d47ff10

View File

@ -206,7 +206,7 @@ namespace osu.Game.Overlays
Anchor = Anchor.BottomCentre,
Height = progress_height,
FillColour = colours.Yellow,
OnSeek = progress => conditionalSeek(progress)
OnSeek = conditionalSeek
}
},
},