1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-08 00:01:24 +00:00

also auto-apply rulegen to arb tilings

This commit is contained in:
Zeno Rogue
2026-05-02 12:32:29 +02:00
parent ae249c8af0
commit 911a2dd863

View File

@@ -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) {