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:
parent
9a0e5ac154
commit
fee379b4b9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user