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:
parent
09e15f5496
commit
300feadf6a
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user