mirror of https://github.com/ppy/osu
Add TODO in osu! argon transformer regarding missing components
This commit is contained in:
parent
97207c11f5
commit
326a3e6583
|
@ -56,6 +56,8 @@ public OsuArgonSkinTransformer(ISkin skin)
|
|||
|
||||
case OsuSkinComponents.CursorTrail:
|
||||
return new ArgonCursorTrail();
|
||||
|
||||
// TODO: Once everything is finalised, consider throwing UnsupportedSkinComponentException on missing entries.
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue