mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 03:25:11 +08:00
Set spinner tick start time to allow result reverting
This commit is contained in:
parent
5d2fe87339
commit
68e370ce7c
@ -44,6 +44,10 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
Samples.AddAdjustment(AdjustableProperty.Volume, bonusSampleVolume);
|
||||
}
|
||||
|
||||
public void TriggerResult(HitResult result) => ApplyResult(r => r.Type = result);
|
||||
public void TriggerResult(HitResult result)
|
||||
{
|
||||
HitObject.StartTime = Time.Current;
|
||||
ApplyResult(r => r.Type = result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user