From a4f2d6a08d432a34e663a96a9e8b68b93bdf0f4d Mon Sep 17 00:00:00 2001 From: LarsBrubaker Date: Sun, 16 Sep 2018 17:00:17 -0700 Subject: [PATCH] Changed Empty to Empty() --- .../PartPreviewWindow/View3D/Actions/MeshWrapperObject3D.cs | 2 +- Submodules/agg-sharp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MatterControlLib/PartPreviewWindow/View3D/Actions/MeshWrapperObject3D.cs b/MatterControlLib/PartPreviewWindow/View3D/Actions/MeshWrapperObject3D.cs index f1c615977..9e2a25651 100644 --- a/MatterControlLib/PartPreviewWindow/View3D/Actions/MeshWrapperObject3D.cs +++ b/MatterControlLib/PartPreviewWindow/View3D/Actions/MeshWrapperObject3D.cs @@ -80,7 +80,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D /// public override AxisAlignedBoundingBox GetAxisAlignedBoundingBox(Matrix4X4 matrix) { - AxisAlignedBoundingBox totalBounds = AxisAlignedBoundingBox.Empty; + AxisAlignedBoundingBox totalBounds = AxisAlignedBoundingBox.Empty(); foreach (var child in this.Descendants().Where(i => i.OwnerID == this.ID && i.Visible)) { diff --git a/Submodules/agg-sharp b/Submodules/agg-sharp index 352421680..bf5de19eb 160000 --- a/Submodules/agg-sharp +++ b/Submodules/agg-sharp @@ -1 +1 @@ -Subproject commit 352421680a6529edcf05ba61620e011e706d3ffb +Subproject commit bf5de19eb385bb340a63c24bc5dec96838b622c2