1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-16 10:19:58 +00:00

set walloffsets

This commit is contained in:
Zeno Rogue 2021-07-13 01:07:56 +02:00
parent dd5035184b
commit 456c0ae435

View File

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