1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-06 09:14:21 +08:00

Adjust comment for readability

This commit is contained in:
smoogipoo
2019-02-27 15:43:20 +09:00
Unverified
parent a07d797d75
commit 32bf940aa5
+2 -1
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;
}