Fix constant case

This commit is contained in:
Dean Herbert 2021-03-22 16:19:29 +09:00
parent 690fb9224a
commit 5b1d9f4cf0
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public void Animate(JudgementResult result)
(explosion as IFramedAnimation)?.GotoFrame(0);
explosion?.FadeInFromZero(fade_in_duration)
explosion?.FadeInFromZero(FADE_IN_DURATION)
.Then().FadeOut(120);
}
}