From 45c1a3296af93eccae591850dc24a38d0ea0e2de Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 2 Mar 2025 21:45:10 +0100 Subject: [PATCH] use two-letter labels instead of excessive primes --- fundamental.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fundamental.cpp b/fundamental.cpp index ef227acc..5f46b0e4 100644 --- a/fundamental.cpp +++ b/fundamental.cpp @@ -334,8 +334,12 @@ void shapedata::render() { int mc = mirrored[ci] ? sett.color_mirror : sett.color_mirage; int id = connections[ci]; if(id == -1) continue; - string lab = s0 + conlabels[id % isize(conlabels)]; - for(int i=0; i