1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 01:33:47 +08:00

Uncomment incorrectly commented lines

This commit is contained in:
Dean Herbert
2020-11-25 12:11:44 +09:00
Unverified
parent 1682260677
commit c46d655832
@@ -125,8 +125,8 @@ namespace osu.Game.Rulesets.Judgements
prepareDrawables();
// undo any transforms applies in ApplyMissAnimations/ApplyHitAnimations to get a sane initial state.
// ApplyTransformsAt(double.MinValue, true);
// ClearTransforms(true);
ApplyTransformsAt(double.MinValue, true);
ClearTransforms(true);
LifetimeStart = Result.TimeAbsolute;