mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
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:
@ -96,6 +96,7 @@ namespace osu.Game.Screens.Edit.Components
|
||||
new BookmarkTimeline
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.TopCentre,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Height = 0.35f
|
||||
},
|
||||
|
Reference in New Issue
Block a user