mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Move spinner completion info into judgement
This commit is contained in:
@ -211,7 +211,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
{
|
||||
if (Time.Current < HitObject.StartTime) return;
|
||||
|
||||
RotationTracker.Complete.Value = Progress >= 1;
|
||||
if (Progress >= 1)
|
||||
Result.TimeCompleted ??= Time.Current;
|
||||
|
||||
if (userTriggered || Time.Current < HitObject.EndTime)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user