Remove 700 usages of Component.Owner (#21100)
This commit is contained in:
@@ -77,6 +77,6 @@ public sealed class RotationVisualizerSystem : VisualizerSystem<RotationVisualsC
|
||||
}
|
||||
};
|
||||
|
||||
AnimationSystem.Play(animationComp, animation, animationKey);
|
||||
AnimationSystem.Play((uid, animationComp), animation, animationKey);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user