1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +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; return texture;
} }
public ISkin? FindProvider(Func<ISkin, bool> lookupFunction) => this; public ISkin FindProvider(Func<ISkin, bool> lookupFunction) => this;
public IEnumerable<ISkin> AllSources => new[] { this }; public IEnumerable<ISkin> AllSources => new[] { this };
} }
} }