From 83263784eaa1ec1e9705a13d03f0fd7f7d46b602 Mon Sep 17 00:00:00 2001 From: Roberto Fernandez Bautista Date: Tue, 1 Jun 2021 21:57:29 +0100 Subject: [PATCH] Define use_xyz in clipper.hpp to allow use of Z values --- thirdparty/clipper/clipper.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/clipper/clipper.hpp b/thirdparty/clipper/clipper.hpp index d25066b9ad..47bfcc17ef 100644 --- a/thirdparty/clipper/clipper.hpp +++ b/thirdparty/clipper/clipper.hpp @@ -41,7 +41,7 @@ // #define use_int32 // use_xyz: adds a Z member to IntPoint. Adds a minor cost to perfomance. -// #define use_xyz +#define use_xyz // use_lines: Enables line clipping. Adds a very minor cost to performance. #define use_lines