1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 04:13:00 +08:00

Add comment regarding feedback

This commit is contained in:
Dean Herbert 2020-09-09 18:07:58 +09:00
parent b1daca6cd3
commit cdf3e20685

View File

@ -112,6 +112,7 @@ namespace osu.Game.Graphics.Containers
case Visibility.Visible:
if (OverlayActivationMode.Value == OverlayActivation.Disabled)
{
// todo: visual/audible feedback that this operation could not complete.
State.Value = Visibility.Hidden;
return;
}