1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 01:00:10 +08:00

Adjust comment + accessibility

This commit is contained in:
smoogipoo
2019-02-27 16:30:10 +09:00
Unverified
parent 32bf940aa5
commit f66fefb818
@@ -221,9 +221,9 @@ namespace osu.Game.Rulesets.Objects.Drawables
}
/// <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>
public void OnLifetimeEnd()
internal void OnLifetimeEnd()
{
foreach (var nested in NestedHitObjects)
nested.OnLifetimeEnd();