mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix typon in comment
This commit is contained in:
@ -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));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user