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