set walloffsets

This commit is contained in:
Zeno Rogue 2021-07-13 01:07:56 +02:00
parent dd5035184b
commit 456c0ae435
1 changed files with 2 additions and 0 deletions

View File

@ -922,6 +922,8 @@ void geometry_information::create_wall3d() {
}
else {
walloffsets.clear();
walloffsets.emplace_back(0, nullptr);
auto& faces = cgi.heptshape->faces;
auto& we = cgi.heptshape->weights;
if(we.empty()) {