1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 01:07:57 +00:00

factored out build_regular_spins, and fixed a crash while doing fake in 434

This commit is contained in:
Zeno Rogue
2025-06-22 19:02:05 +02:00
parent b1cb5ce8b1
commit 6a324fedfd
2 changed files with 56 additions and 45 deletions

View File

@@ -1439,6 +1439,11 @@ EX void generate() {
}
hsh.compute_hept();
if(geometry == gCubeTiling) {
cgi.loop = 4;
reg3::build_regular_spins(1, 90._deg);
}
#endif
}