diff --git a/osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs b/osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs
index 4521556182..08235e4ff8 100644
--- a/osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs
+++ b/osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs
@@ -158,9 +158,9 @@ namespace osu.Game.Rulesets.Objects.Drawables
}
///
- /// Called to perform sample-related logic.
+ /// Invoked by the base to populate samples, once on initial load and potentially again on any change to the samples collection.
///
- /// True if triggered from a post-load change to samples.
+ /// True if triggered from a change to the samples collection.
protected virtual void LoadSamples(bool changed)
{
if (Samples != null)