mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 04:13:03 +00:00
set walloffsets
This commit is contained in:
@@ -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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user