mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 07:23:14 +08:00
Reset result timeoffset to 0 when rewound
This commit is contained in:
parent
8014238901
commit
4818187d8f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user