mirror of
https://github.com/ppy/osu.git
synced 2026-05-24 05:29:57 +08:00
Uncomment incorrectly commented lines
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user