From c1874f009b6de3ceda8cd3623a5cd04f733398d8 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Tue, 15 Feb 2022 22:18:21 +0000 Subject: [PATCH] Fix test case. --- qa/libs/kimath/geometry/test_shape_arc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/libs/kimath/geometry/test_shape_arc.cpp b/qa/libs/kimath/geometry/test_shape_arc.cpp index 161c69a5f3..3bf0bf015f 100644 --- a/qa/libs/kimath/geometry/test_shape_arc.cpp +++ b/qa/libs/kimath/geometry/test_shape_arc.cpp @@ -914,6 +914,7 @@ BOOST_AUTO_TEST_CASE( CollideArcToPolygonApproximation ) SHAPE_POLY_SET zoneFill; zoneFill.AddOutline( zoneOutline ); zoneFill.AddHole( arcBuffer.Outline( 0 ) ); + zoneFill.CacheTriangulation( false ); int actual = 0; VECTOR2I location;