mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Adjust comment for readability
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user