1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 01:37:31 +08:00

Adjust comment for readability

This commit is contained in:
smoogipoo 2019-02-27 15:43:20 +09:00
parent a07d797d75
commit 32bf940aa5

View File

@ -62,7 +62,8 @@ namespace osu.Game.Rulesets.Osu.UI
if (c != null)
{
var original = c.ProxiedLayer;
// lifetime is set on LoadComplete so wait until it.
// Hitobjects only have lifetimes set on LoadComplete, so approach circles should not be added until that point
original.OnLoadComplete += addApproachCircleProxy;
}