mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Fix invalid xmldoc indent
This commit is contained in:
parent
aec859b4d1
commit
b419d2c2e2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user