mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Disable y offset for now
This commit is contained in:
@ -44,9 +44,9 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
protected override SelectionBlueprint CreateBlueprintFor(HitObject hitObject)
|
||||
{
|
||||
//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
|
||||
|
Reference in New Issue
Block a user