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> /// <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> /// </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) protected virtual void LoadSamples(bool changed)
{ {
if (Samples != null) if (Samples != null)