Fix incorrect alpha application to lines on rewinding

This commit is contained in:
Dean Herbert
2020-05-22 12:45:37 +09:00
parent d529a2aefa
commit ce35d09e7d
2 changed files with 7 additions and 3 deletions

View File

@ -257,7 +257,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
}
}
if (state.Value != ArmedState.Idle && LifetimeEnd == double.MaxValue || HitObject.HitWindows == null)
if (LifetimeEnd == double.MaxValue && (state.Value != ArmedState.Idle || HitObject.HitWindows == null))
Expire();
// apply any custom state overrides