Apply suggested styling changes

This commit is contained in:
ekrctb
2020-12-01 14:46:04 +09:00
parent 5945c088cb
commit a16b265090
2 changed files with 2 additions and 10 deletions

View File

@ -219,7 +219,7 @@ namespace osu.Game.Rulesets.Catch.UI
if (hitLighting.Value)
{
var hitExplosion = hitExplosionPool.Get();
HitExplosion hitExplosion = hitExplosionPool.Get();
hitExplosion.X = fruit.X;
hitExplosion.Scale = new Vector2(fruit.HitObject.Scale);
hitExplosion.ObjectColour = fruit.AccentColour.Value;