1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 06:42:56 +08:00

Reset result time offset to 0 when rewound (#5014)

Reset result time offset to 0 when rewound
This commit is contained in:
Dean Herbert 2019-06-13 16:40:58 +09:00 committed by GitHub
commit 73a83e7f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,6 +167,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
{
OnRevertResult?.Invoke(this, Result);
Result.TimeOffset = 0;
Result.Type = HitResult.None;
State.Value = ArmedState.Idle;
}