fix: Исправлена анимация ботинок клоуна (#459)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user