mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-23 01:24:06 +00:00
fixed a crash when changing wall quality in some geometries
This commit is contained in:
parent
d91f37780b
commit
b4687213c3
1
reg3.cpp
1
reg3.cpp
@ -1117,6 +1117,7 @@ EX namespace reg3 {
|
|||||||
target->zebraval = 0;
|
target->zebraval = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
generate_cellrotations();
|
||||||
auto& cr = cgi.cellrotations;
|
auto& cr = cgi.cellrotations;
|
||||||
if(evmemo.empty()) {
|
if(evmemo.empty()) {
|
||||||
println(hlog, "starting");
|
println(hlog, "starting");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user