mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 12:42:56 +08:00
Disable y offset for now
This commit is contained in:
parent
f582c42bbd
commit
1ce78afa98
@ -44,9 +44,9 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
protected override SelectionBlueprint CreateBlueprintFor(HitObject hitObject)
|
protected override SelectionBlueprint CreateBlueprintFor(HitObject hitObject)
|
||||||
{
|
{
|
||||||
//var yOffset = content.Count(d => d.X == h.StartTime);
|
//var yOffset = content.Count(d => d.X == h.StartTime);
|
||||||
var yOffset = 0;
|
//var yOffset = 0;
|
||||||
|
|
||||||
return new TimelineHitObjectRepresentation(hitObject) { Y = -yOffset * TimelineHitObjectRepresentation.THICKNESS };
|
return new TimelineHitObjectRepresentation(hitObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
internal class NoDragDragBox : DragBox
|
internal class NoDragDragBox : DragBox
|
||||||
|
Loading…
Reference in New Issue
Block a user