minor documentation edit.

This commit is contained in:
Harrison Deng 2019-01-26 23:44:22 -06:00
parent 96dbb7df6b
commit 067defc8c6

View File

@ -109,7 +109,7 @@ namespace RecrownedAthenaeum.UI.Skin
} }
/// <summary> /// <summary>
/// loads a skin asynchronously. /// loads a skin asynchronously to the <see cref="loadedSkin"/>.
/// </summary> /// </summary>
/// <param name="graphicsDevice">Graphics device to use for texture creation. Uses graphics device from <see cref="Configuration"/>by default.</param> /// <param name="graphicsDevice">Graphics device to use for texture creation. Uses graphics device from <see cref="Configuration"/>by default.</param>
/// <param name="skinData">The data to generate from.</param> /// <param name="skinData">The data to generate from.</param>