1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 10:42:54 +08:00

Reword xmldoc for legibility

This commit is contained in:
Dean Herbert 2020-09-23 18:12:07 +09:00
parent 9a0e5ac154
commit fee379b4b9

View File

@ -158,9 +158,9 @@ namespace osu.Game.Rulesets.Objects.Drawables
}
/// <summary>
/// Called to perform sample-related logic.
/// Invoked by the base <see cref="DrawableHitObject"/> to populate samples, once on initial load and potentially again on any change to the samples collection.
/// </summary>
/// <param name="changed">True if triggered from a post-load change to samples.</param>
/// <param name="changed">True if triggered from a change to the samples collection.</param>
protected virtual void LoadSamples(bool changed)
{
if (Samples != null)