1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 01:58:46 +08:00

Merge branch 'master' into realm-collection-filter-optimise

This commit is contained in:
Salman Ahmed 2024-02-24 01:19:30 +03:00 committed by GitHub
commit 247eac806a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,8 +92,8 @@ namespace osu.Game.Rulesets.Osu.Skinning.Legacy
using (BeginAbsoluteSequence(spinner.StartTime - spinner.TimePreempt))
this.FadeOut();
using (BeginAbsoluteSequence(spinner.StartTime - spinner.TimeFadeIn / 2))
this.FadeInFromZero(spinner.TimeFadeIn / 2);
using (BeginAbsoluteSequence(spinner.StartTime - spinner.TimeFadeIn))
this.FadeInFromZero(spinner.TimeFadeIn);
}
protected override void Update()