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:
@@ -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
|
||||
|
Reference in New Issue
Block a user