fix: Исправлена анимация ботинок клоуна (#459)

This commit is contained in:
Spatison
2024-07-17 21:06:22 +03:00
committed by GitHub
parent 56c9354432
commit 0eaae65e41
2 changed files with 25 additions and 2 deletions

View File

@@ -55,6 +55,10 @@ public sealed class RotationVisualizerSystem : SharedRotationVisualsSystem
_animation.Stop(animationComp, animationKey);
}
// WD EDIT
if (_animation.HasRunningAnimation(animationComp, "Waddle"))
_animation.Stop(animationComp, "Waddle");
var animation = new Animation
{
Length = TimeSpan.FromSeconds(animationTime),