1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 20:05:29 +08:00

Woops, fix incorrectly deleted line

This commit is contained in:
smoogipooo 2017-09-12 23:30:15 +09:00
parent 756d7527da
commit ba4f81d022

View File

@ -240,6 +240,7 @@ namespace osu.Game.Rulesets.UI
OnJudgement?.Invoke(j); OnJudgement?.Invoke(j);
}; };
Playfield.Add(drawableObject);
} }
Playfield.PostProcess(); Playfield.PostProcess();