1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 21:10:40 +08:00

Merge branch 'master' into tournament-tools

This commit is contained in:
Dean Herbert
2019-06-13 19:44:43 +09:00
committed by GitHub
Unverified
@@ -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;
}