refactoring

This commit is contained in:
Lars Brubaker 2023-10-31 15:13:04 -07:00
parent d1beaf9490
commit 9f6b6133ac
13 changed files with 40 additions and 44 deletions

View file

@ -151,7 +151,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
VertexStorage = allLoops.CreateVertexStorage();
VertexStorage.Add(0, 0, ShapePath.FlagsAndCommand.Stop);
VertexStorage.Add(0, 0, FlagsAndCommand.Stop);
}
}
}