mirror of
https://github.com/ppy/osu.git
synced 2024-11-13 23:27:34 +08:00
Fix ticks displaying higher than control point info
This commit is contained in:
parent
fcccce8b4e
commit
5ad2944e26
@ -86,8 +86,8 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
MidColour = colours.BlueDark,
|
MidColour = colours.BlueDark,
|
||||||
HighColour = colours.BlueDarker,
|
HighColour = colours.BlueDarker,
|
||||||
},
|
},
|
||||||
controlPoints = new TimelineControlPointDisplay(),
|
|
||||||
ticks = new TimelineTickDisplay(),
|
ticks = new TimelineTickDisplay(),
|
||||||
|
controlPoints = new TimelineControlPointDisplay(),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user