Fix bookmarks not working

We should be dealing with the array in every situation, with the exception of the database.
This commit is contained in:
smoogipoo
2017-09-25 17:46:51 +09:00
parent 7fb8008e44
commit d787c740fa
2 changed files with 8 additions and 7 deletions

View File

@ -96,6 +96,7 @@ namespace osu.Game.Screens.Edit.Components
new BookmarkTimeline
{
Anchor = Anchor.Centre,
Origin = Anchor.TopCentre,
RelativeSizeAxes = Axes.Both,
Height = 0.35f
},