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:
parent
73990a6674
commit
9fbfb1aa9f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user