1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 02:13:21 +08:00

Add comment

This commit is contained in:
Andrei Zavatski 2020-04-13 10:52:34 +03:00
parent 29dd225205
commit b8ecc41667

View File

@ -56,6 +56,7 @@ namespace osu.Game.Overlays
return;
}
// Clicking on button should immediately cause it's disappearance, so we don't want to override it's state until we have a new target.
if (Target == currentTarget)
return;