Fix rotation visualizer (#13580)
Fixes https://github.com/space-wizards/space-station-14/issues/13564
This commit is contained in:
@@ -45,7 +45,6 @@ public sealed class RotationVisualizerSystem : VisualizerSystem<RotationVisualsC
|
||||
{
|
||||
AnimationSystem.Stop(animationComp, animationKey);
|
||||
}
|
||||
spriteComp.Rotation = rotation;
|
||||
|
||||
var animation = new Animation
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user