perf(fill): avoid redundant bounds recomputation
This commit is contained in:
@@ -206,6 +206,7 @@ namespace OpenNest
|
||||
/// </summary>
|
||||
public void UpdateBounds()
|
||||
{
|
||||
PerfCounters.CountPartBoundsUpdate();
|
||||
BoundingBox = Program.BoundingBox();
|
||||
BoundingBox.Offset(Location);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user