1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-09 22:06:01 +00:00

fixed the shape pattern for converted tilings

This commit is contained in:
Zeno Rogue
2024-05-28 13:04:24 +02:00
parent 3b3e9e2de6
commit fcc3cae938
3 changed files with 10 additions and 5 deletions

View File

@@ -2007,6 +2007,7 @@ EX void convert() {
sh.vertices.clear();
sh.connections.clear();
sh.cycle_length = id.modval;
sh.orig_id = arcm::get_graphical_id(s);
sh.repeat_value = t / id.modval;
sh.flags = hr::pseudohept(s) ? arcm::sfPH : 0;
#if CAP_ARCM