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

Fix typon in comment

This commit is contained in:
Dean Herbert 2022-10-25 13:27:26 +09:00
parent 588fc750cd
commit 279ef556e3

View File

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