1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Fix invalid xmldoc indent

This commit is contained in:
Bartłomiej Dach 2021-03-18 19:52:38 +01:00
parent aec859b4d1
commit b419d2c2e2

View File

@ -506,7 +506,7 @@ namespace osu.Game.Skinning
Samples?.Dispose(); Samples?.Dispose();
} }
/// <summary> /// <summary>
/// A sample wrapper which keeps a reference to the contained skin to avoid finalizer garbage collection of the managing SampleStore. /// A sample wrapper which keeps a reference to the contained skin to avoid finalizer garbage collection of the managing SampleStore.
/// </summary> /// </summary>
private class LegacySkinSample : ISample private class LegacySkinSample : ISample