Browse Source

vsbuild cmon work

flabbet 3 years ago
parent
commit
d3ffbc6b30
1 changed files with 1 additions and 0 deletions
  1. 1 0
      PixiEditor/Models/Undo/LayerChunk.cs

+ 1 - 0
PixiEditor/Models/Undo/LayerChunk.cs

@@ -14,4 +14,5 @@ public class LayerChunk
         Layer = layer;
         Layer = layer;
         AbsoluteChunkRect = absoluteChunkRect;
         AbsoluteChunkRect = absoluteChunkRect;
     }
     }
+
 }
 }