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(); prepareDrawables();
// undo any transforms applies in ApplyMissAnimations/ApplyHitAnimations to get a sane initial state. // undo any transforms applies in ApplyMissAnimations/ApplyHitAnimations to get a sane initial state.
// ApplyTransformsAt(double.MinValue, true); ApplyTransformsAt(double.MinValue, true);
// ClearTransforms(true); ClearTransforms(true);
LifetimeStart = Result.TimeAbsolute; LifetimeStart = Result.TimeAbsolute;