mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Converts OnSeek assignment to method group
This commit is contained in:
@ -206,7 +206,7 @@ namespace osu.Game.Overlays
|
||||
Anchor = Anchor.BottomCentre,
|
||||
Height = progress_height,
|
||||
FillColour = colours.Yellow,
|
||||
OnSeek = progress => conditionalSeek(progress)
|
||||
OnSeek = conditionalSeek
|
||||
}
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user