fixed a crash when changing wall quality in some geometries

This commit is contained in:
Zeno Rogue 2020-05-31 17:12:45 +02:00
parent d91f37780b
commit b4687213c3
1 changed files with 1 additions and 0 deletions

View File

@ -1117,6 +1117,7 @@ EX namespace reg3 {
target->zebraval = 0;
return;
}
generate_cellrotations();
auto& cr = cgi.cellrotations;
if(evmemo.empty()) {
println(hlog, "starting");