mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix tooltip text not resetting when ending an editor rotation
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user