From 911a2dd863907c4a5c3b498fc87ca80087cf04e6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 2 May 2026 12:32:29 +0200 Subject: [PATCH] also auto-apply rulegen to arb tilings --- arbitrile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/arbitrile.cpp b/arbitrile.cpp index 6c26ba91..38c2f401 100644 --- a/arbitrile.cpp +++ b/arbitrile.cpp @@ -1663,6 +1663,7 @@ EX void run_raw(string fname) { ginf[gArbitrary].tiling_name = current.name; tes = fname; convert::base_geometry = gArbitrary; + if(!current.have_tree) rulegen::convert_if_appropriate(); } EX void launch_connection_debugger(eGeometry g, const arbi_tiling& t, eGeometryClass c, int id) {