increased vertex_distance to 13 in 334

This commit is contained in:
Zeno Rogue 2019-10-12 13:16:22 +02:00
parent 31861cc45a
commit 48f0162e69
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ EX namespace reg3 {
ld vertex_distance;
if(cgflags & qIDEAL) {
vertex_distance = 10;
vertex_distance = 13;
}
else {