Rotation warnings cleanup (#36197)
* Rotation warnings cleanup * Naming convention fix * Adding component that we already have
This commit is contained in:
@@ -52,7 +52,7 @@ public sealed class RotationVisualizerSystem : SharedRotationVisualsSystem
|
||||
// Stop the current rotate animation and then start a new one
|
||||
if (_animation.HasRunningAnimation(animationComp, animationKey))
|
||||
{
|
||||
_animation.Stop(animationComp, animationKey);
|
||||
_animation.Stop((uid, animationComp), animationKey);
|
||||
}
|
||||
|
||||
var animation = new Animation
|
||||
|
||||
Reference in New Issue
Block a user