Merge pull request #3730 from larsbrubaker/master

Changed Empty to Empty()
This commit is contained in:
Lars Brubaker 2018-09-16 17:12:38 -07:00 committed by GitHub
commit 1aa03cbe22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow.View3D
/// <returns></returns>
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))
{

@ -1 +1 @@
Subproject commit 352421680a6529edcf05ba61620e011e706d3ffb
Subproject commit bf5de19eb385bb340a63c24bc5dec96838b622c2