Fix incorrect method referenced in xmldco

Co-authored-by: ekrctb <32995012+ekrctb@users.noreply.github.com>
This commit is contained in:
Dean Herbert
2021-06-09 14:20:01 +09:00
committed by GitHub
parent 62199a38a8
commit b8df3fff9e

View File

@ -598,7 +598,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
/// <summary>
/// The time at which state transforms should be applied that line up to <see cref="HitObject"/>'s StartTime.
/// This is used to offset calls to <see cref="UpdateHitStateTransforms"/>.
/// This is used to offset calls to <see cref="UpdateStartTimeStateTransforms"/>.
/// </summary>
public double StateUpdateTime => HitObject.StartTime;