Fix lookup through transformers

This commit is contained in:
Dan Balasescu
2022-04-05 16:47:15 +09:00
parent f73062a0d6
commit 2ec15a1ebe
2 changed files with 23 additions and 2 deletions

View File

@ -23,7 +23,7 @@ namespace osu.Game.Skinning
/// The <see cref="ISkin"/> which is being transformed.
/// </summary>
[NotNull]
protected ISkin Skin { get; }
protected internal ISkin Skin { get; }
protected LegacySkinTransformer([NotNull] ISkin skin)
{