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:
@@ -1439,6 +1439,11 @@ EX void generate() {
|
||||
}
|
||||
|
||||
hsh.compute_hept();
|
||||
|
||||
if(geometry == gCubeTiling) {
|
||||
cgi.loop = 4;
|
||||
reg3::build_regular_spins(1, 90._deg);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user