Fix judgement animations not resetting on use

This commit is contained in:
smoogipoo
2020-07-13 20:12:50 +09:00
parent dfcb73131d
commit 8a3cadc111
3 changed files with 15 additions and 3 deletions

View File

@ -62,6 +62,8 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
if (lighting != null)
{
lighting.ResetAnimation();
if (JudgedObject != null)
{
lightingColour = JudgedObject.AccentColour.GetBoundCopy();