mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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…
x
Reference in New Issue
Block a user