mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 21:40:44 +08:00
Update comments
This commit is contained in:
@@ -15,8 +15,7 @@ using System;
|
||||
namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
// not inheriting osuclickablecontainer/osuhovercontainer
|
||||
// because click/hover sounds cannot be disabled, and they make
|
||||
// double sounds when reappearing under the cursor
|
||||
// because click/hover sounds cannot be disabled
|
||||
public class TooltipIconButton : ClickableContainer, IHasTooltip
|
||||
{
|
||||
private readonly SpriteIcon icon;
|
||||
|
||||
Reference in New Issue
Block a user