mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 13:47:38 +08:00
Fix typon in comment
This commit is contained in:
parent
588fc750cd
commit
279ef556e3
@ -77,7 +77,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
var hitCircle = drawableHitCircle.HitObject;
|
var hitCircle = drawableHitCircle.HitObject;
|
||||||
var approachCircle = drawableHitCircle.ApproachCircle;
|
var approachCircle = drawableHitCircle.ApproachCircle;
|
||||||
|
|
||||||
// Reapply scale, ensuring the AR isn't changes due to the new preempt.
|
// Reapply scale, ensuring the AR isn't changed due to the new preempt.
|
||||||
approachCircle.ClearTransforms(targetMember: nameof(approachCircle.Scale));
|
approachCircle.ClearTransforms(targetMember: nameof(approachCircle.Scale));
|
||||||
approachCircle.ScaleTo(4 * (float)(hitCircle.TimePreempt / originalPreempt));
|
approachCircle.ScaleTo(4 * (float)(hitCircle.TimePreempt / originalPreempt));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user