From 48f0162e693bc531d0e3fbce33e9c11b2d41354f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 12 Oct 2019 13:16:22 +0200 Subject: [PATCH] increased vertex_distance to 13 in 334 --- reg3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg3.cpp b/reg3.cpp index 534caac8..05d4ff50 100644 --- a/reg3.cpp +++ b/reg3.cpp @@ -132,7 +132,7 @@ EX namespace reg3 { ld vertex_distance; if(cgflags & qIDEAL) { - vertex_distance = 10; + vertex_distance = 13; } else {