1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:28:00 +08:00

Add comment explaining requirement

This commit is contained in:
Dean Herbert 2020-11-30 15:22:55 +09:00
parent 73990a6674
commit 9fbfb1aa9f

View File

@ -61,6 +61,7 @@ namespace osu.Game.Rulesets.Catch.UI
{
base.LoadComplete();
// these subscriptions need to be done post constructor to ensure externally bound components have a chance to populate required fields (ScoreProcessor / ComboAtJudgement in this case).
NewResult += onNewResult;
RevertResult += onRevertResult;
}