mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-02 20:29:17 +00:00
set walloffsets
This commit is contained in:
parent
dd5035184b
commit
456c0ae435
@ -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()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user