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:
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user