Browse Source

Fixed pixel-perfect

flabbet 3 years ago
parent
commit
d18ed8bdf4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      PixiEditor/Models/Tools/Tools/PenTool.cs

+ 1 - 0
PixiEditor/Models/Tools/Tools/PenTool.cs

@@ -100,6 +100,7 @@ namespace PixiEditor.Models.Tools.Tools
 
                     MovePixelsToCheck(alpha);
 
+                    lastChangedPixel = latestCords;
                     return;
                 }