Add follow points.

This commit is contained in:
Damnae
2017-02-10 06:16:23 +01:00
parent c5cf6a6909
commit 77ee161be8
5 changed files with 140 additions and 3 deletions

View File

@ -83,6 +83,7 @@ namespace osu.Game.Modes.UI
Playfield.Add(drawableObject);
}
Playfield.PostProcess();
}
private void onJudgement(DrawableHitObject o, JudgementInfo j) => TriggerOnJudgement(j);