Coverity scan: Uninitialized scalar variable

* CID 350633
* CID 512344
* CID 514343
This commit is contained in:
wmayer
2024-11-13 12:52:23 +01:00
committed by Chris Hennes
parent ae235ef3e8
commit dbc9615308
3 changed files with 4 additions and 2 deletions

View File

@@ -2781,6 +2781,7 @@ void Adaptive2d::ProcessPolyNode(Paths boundPaths, Paths toolBoundPaths)
// double(entryPoint.Y)/scaleFactor << endl;
AdaptiveOutput output;
output.ReturnMotionType = 0;
output.HelixCenterPoint.first = double(entryPoint.X) / scaleFactor;
output.HelixCenterPoint.second = double(entryPoint.Y) / scaleFactor;