mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 14:32:55 +08:00
Fix tooltip text not resetting when ending an editor rotation
This commit is contained in:
parent
580d5745c0
commit
3c4a25e53f
@ -111,6 +111,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
base.OnDragEnd(e);
|
||||
cumulativeRotation.Value = null;
|
||||
rawCumulativeRotation = 0;
|
||||
TooltipText = default;
|
||||
}
|
||||
|
||||
private float convertDragEventToAngleOfRotation(DragEvent e)
|
||||
|
Loading…
Reference in New Issue
Block a user