1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 20:22:55 +08:00

Update SkinnableSprite to match more broad usage

This commit is contained in:
Dean Herbert 2022-04-04 20:27:46 +09:00
parent 09e15f5496
commit 300feadf6a

View File

@ -15,7 +15,7 @@ using osuTK;
namespace osu.Game.Skinning
{
/// <summary>
/// A skinnable element which uses a stable sprite and can therefore share implementation logic.
/// A skinnable element which uses a single texture backing.
/// </summary>
public class SkinnableSprite : SkinnableDrawable, ISkinnableDrawable
{