1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 22:22:54 +08:00

Update osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs

Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
This commit is contained in:
Derrick Timmermans 2021-04-27 11:29:16 +02:00 committed by GitHub
parent 08a232f7fa
commit 3ea55314f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -430,9 +430,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
}
/// <summary>
/// Removes all previously applied transforms, then reapplies a new set of transforms with potentially different parameters.
/// The transforms will use the current <see cref="ArmedState"/>, and they will use the appropriate start times.
/// This also takes in account potential overrides defined in <see cref="ApplyCustomUpdateState"/>.
/// Reapplies the current <see cref="ArmedState"/>.
/// </summary>
protected void RefreshStateTransforms() => updateState(State.Value, true);