Browse Source

Fixed visualizer

Krzysztof Krysiński 2 years ago
parent
commit
74cb8d437f

+ 2 - 0
src/PixiEditor.ChangeableDocument/Debugging/MagicWandVisualizer.cs

@@ -64,6 +64,8 @@ public class MagicWandVisualizer
             
             previousImage = surface.Snapshot();
         }
+        
+        Steps.Clear();
     }
 
     private void DrawArrow(DrawingSurface surface, VecI start, VecI end, int thickness, Color color)