1
0
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:
Power Maker 2020-06-03 20:46:24 +02:00
parent 3fa02a5782
commit eb15fc0bf9

View File

@ -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);