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

Uncomment incorrectly commented lines

This commit is contained in:
Dean Herbert 2020-11-25 12:11:44 +09:00
parent 1682260677
commit c46d655832

View File

@ -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;