A

osu.Game.Rulesets.Taiko\Skinning\Legacy\LegacyKiaiGlow.cs

All issues

Insert parentheses within the arithmetic expression to declare the operator precedence. lines of code = 1
48
                sprite.Alpha = (float)Math.Max(0, sprite.Alpha - Math.Abs(Clock.ElapsedFrameTime) / 600f);
Insert parentheses within the arithmetic expression to declare the operator precedence. lines of code = 1
46
                sprite.Alpha = (float)Math.Min(1, sprite.Alpha + Math.Abs(Clock.ElapsedFrameTime) / 100f);