1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 06:47:46 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;