mirror of
https://github.com/ppy/osu
synced 2025-02-03 03:42:15 +00:00
Converts OnSeek assignment to method group
This commit is contained in:
parent
28e8d10d8d
commit
c55d47ff10
@ -206,7 +206,7 @@ namespace osu.Game.Overlays
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Height = progress_height,
|
||||
FillColour = colours.Yellow,
|
||||
OnSeek = progress => conditionalSeek(progress)
|
||||
OnSeek = conditionalSeek
|
||||
}
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user