mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Move intiial fade outside of absolute sequence
This commit is contained in:
parent
3c252d79ea
commit
3fbbb7dcf9
@ -95,10 +95,10 @@ namespace osu.Game.Rulesets.Mods
|
|||||||
|
|
||||||
Combo.ValueChanged += OnComboChange;
|
Combo.ValueChanged += OnComboChange;
|
||||||
|
|
||||||
|
this.FadeInFromZero(FLASHLIGHT_FADE_DURATION);
|
||||||
|
|
||||||
using (BeginAbsoluteSequence(0))
|
using (BeginAbsoluteSequence(0))
|
||||||
{
|
{
|
||||||
this.FadeInFromZero(FLASHLIGHT_FADE_DURATION);
|
|
||||||
|
|
||||||
foreach (var breakPeriod in Breaks)
|
foreach (var breakPeriod in Breaks)
|
||||||
{
|
{
|
||||||
if (breakPeriod.Duration < FLASHLIGHT_FADE_DURATION * 2) continue;
|
if (breakPeriod.Duration < FLASHLIGHT_FADE_DURATION * 2) continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user