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:
parent
08a232f7fa
commit
3ea55314f2
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user