1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

Fix incorrect xmldoc

This commit is contained in:
Dean Herbert 2021-06-01 16:57:40 +09:00
parent 00b3eea840
commit ff815cb4b4

View File

@ -60,7 +60,7 @@ namespace osu.Game.Skinning
IBindable<TValue> GetConfig<TLookup, TValue>(TLookup lookup);
/// <summary>
/// For the specified texture, find any potential skin that can fulfill the lookup.
/// Find the first (if any) skin that can fulfill the lookup.
/// This should be used for cases where subsequent lookups (for related components) need to occur on the same skin.
/// </summary>
/// <returns>The skin to be used for subsequent lookups, or <c>null</c> if none is available.</returns>