diff --git a/common/font/glyph.cpp b/common/font/glyph.cpp index eaea30c88d..5809887e2e 100644 --- a/common/font/glyph.cpp +++ b/common/font/glyph.cpp @@ -120,7 +120,7 @@ void OUTLINE_GLYPH::Triangulate( std::function aCallback ) const { - const_cast( this )->CacheTriangulation(); + const_cast( this )->CacheTriangulation( false ); for( unsigned int i = 0; i < TriangulatedPolyCount(); i++ ) {