This commit is contained in:
DrabWeb
2017-03-23 07:38:08 -03:00
parent ca2816f9c8
commit 938f5eaf58
4 changed files with 17 additions and 5 deletions

View File

@ -70,11 +70,10 @@ namespace osu.Game.Screens.Play
Bottom = bar_height
}
},
bar = new SongProgressBar(bar_height + graph_height, handleSize, fillColour)
bar = new SongProgressBar(bar_height, graph_height, handleSize, fillColour)
{
Origin = Anchor.BottomCentre,
Anchor = Anchor.BottomCentre,
Height = bar_height,
SeekRequested = delegate (float position)
{
OnSeek?.Invoke(Length * position);