This commit is contained in:
John Lewin 2018-07-12 22:49:39 -07:00
parent a466f8f708
commit 685541523b
46 changed files with 84 additions and 88 deletions

View file

@ -108,7 +108,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
{
this.DebugDepth("Reset MWM");
// Remove evrything above the objects that have the meshes we are wrapping that are mesh wrappers
// Remove everything above the objects that have the meshes we are wrapping that are mesh wrappers
var wrappers = this.Descendants().Where(o => o.OwnerID == this.ID).ToList();
foreach (var wrapper in wrappers)
{