Fix some lingering inspections

This commit is contained in:
Dean Herbert
2022-11-09 16:45:06 +09:00
parent d4251271d8
commit ab458320c4
7 changed files with 10 additions and 8 deletions

View File

@ -52,7 +52,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
Lighting.Alpha = 0;
if (hitLightingEnabled && Lighting.Drawable != null)
if (hitLightingEnabled)
{
// todo: this animation changes slightly based on new/old legacy skin versions.
Lighting.ScaleTo(0.8f).ScaleTo(1.2f, 600, Easing.Out);