mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename arrow direction method
This commit is contained in:
@ -97,7 +97,7 @@ namespace osu.Game.Overlays.Comments.Buttons
|
||||
icon.Colour = colourProvider.Foreground1;
|
||||
}
|
||||
|
||||
protected void ToggleIcon(bool upwards) => icon.ScaleTo(new Vector2(1, upwards ? -1 : 1));
|
||||
protected void SetIconDirection(bool upwards) => icon.ScaleTo(new Vector2(1, upwards ? -1 : 1));
|
||||
|
||||
protected override bool OnHover(HoverEvent e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user