Merge pull request #3730 from larsbrubaker/master
Changed Empty to Empty()
This commit is contained in:
commit
1aa03cbe22
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue