mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Adjust comment + accessibility
This commit is contained in:
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();
|
||||
|
Loading…
Reference in New Issue
Block a user