mirror of
https://github.com/osukey/osukey.git
synced 2025-05-03 04:37:30 +09: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);
|
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…
x
Reference in New Issue
Block a user