CatchSkinConfiguration -> CatchSkinColour

This commit is contained in:
Salman Ahmed
2020-03-30 09:33:47 +03:00
parent e51097da9e
commit 16a4525a9c
4 changed files with 9 additions and 9 deletions

View File

@ -64,8 +64,8 @@ namespace osu.Game.Rulesets.Catch.Objects.Drawables
});
var hyperDashColour =
skin.GetConfig<CatchSkinConfiguration, Color4>(CatchSkinConfiguration.HyperDashFruit)?.Value ??
skin.GetConfig<CatchSkinConfiguration, Color4>(CatchSkinConfiguration.HyperDash)?.Value ??
skin.GetConfig<CatchSkinColour, Color4>(CatchSkinColour.HyperDashFruit)?.Value ??
skin.GetConfig<CatchSkinColour, Color4>(CatchSkinColour.HyperDash)?.Value ??
Catcher.DefaultHyperDashColour;
if (hitObject.HyperDash)