1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Fix inspection in new test scene

This commit is contained in:
Dean Herbert 2023-09-20 13:02:40 +09:00
parent bd66285bd4
commit 1316403180

View File

@ -66,7 +66,7 @@ namespace osu.Game.Tests.Visual.Gameplay
return texture;
}
public ISkin? FindProvider(Func<ISkin, bool> lookupFunction) => this;
public ISkin FindProvider(Func<ISkin, bool> lookupFunction) => this;
public IEnumerable<ISkin> AllSources => new[] { this };
}
}