mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Remove unnecessary comment
This commit is contained in:
parent
3fa02a5782
commit
eb15fc0bf9
@ -99,7 +99,6 @@ namespace osu.Game.Graphics.Cursor
|
||||
|
||||
protected override void OnMouseUp(MouseUpEvent e)
|
||||
{
|
||||
// cursor should go back to original size when none of main buttons are pressed
|
||||
if (!anyMouseButtonPressed(e))
|
||||
{
|
||||
activeCursor.AdditiveLayer.FadeOutFromOne(500, Easing.OutQuint);
|
||||
|
Loading…
Reference in New Issue
Block a user