Adjust comment + accessibility

This commit is contained in:
smoogipoo
2019-02-27 16:30:10 +09:00
parent 32bf940aa5
commit f66fefb818

View File

@ -221,9 +221,9 @@ namespace osu.Game.Rulesets.Objects.Drawables
} }
/// <summary> /// <summary>
/// Should be called at least once after lifetime of this hit object is end. /// Will called at least once after the <see cref="LifetimeEnd"/> of this <see cref="DrawableHitObject"/> has been passed.
/// </summary> /// </summary>
public void OnLifetimeEnd() internal void OnLifetimeEnd()
{ {
foreach (var nested in NestedHitObjects) foreach (var nested in NestedHitObjects)
nested.OnLifetimeEnd(); nested.OnLifetimeEnd();