This should probably clear

feature/pre-code-move
kaetemi 5 years ago committed by Jan Boon
parent 2ebe1c2a3d
commit cd555f640b

@ -492,7 +492,7 @@ static void computeRastersUnion(const CPolygon2D::TRasterVect &inRaster0, CPolyg
{
if (inRaster1.empty())
{
outRaster.empty();
outRaster.clear();
finalMinY = -1;
return;
}

Loading…
Cancel
Save