mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix drag box being positioned incorrectly for 1 frame
This commit is contained in:
@ -127,7 +127,10 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
protected override bool OnDragStart(DragStartEvent e)
|
||||
{
|
||||
if (!beginSelectionMovement())
|
||||
{
|
||||
dragBox.UpdateDrag(e);
|
||||
dragBox.FadeIn(250, Easing.OutQuint);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user