mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 17:40:36 +00:00
fake:: draw both walls in 3D too
This commit is contained in:
parent
dfa01c8fe5
commit
b17c75ccec
@ -1617,7 +1617,7 @@ void celldrawer::draw_features_and_walls_3d() {
|
|||||||
for(int a=0; a<c->type; a++) {
|
for(int a=0; a<c->type; a++) {
|
||||||
bool b = true;
|
bool b = true;
|
||||||
if(c->move(a) && (among(pmodel, mdPerspective, mdGeodesic) || gmatrix0.count(c->move(a))))
|
if(c->move(a) && (among(pmodel, mdPerspective, mdGeodesic) || gmatrix0.count(c->move(a))))
|
||||||
b = (patterns::innerwalls && (tC0(V)[2] < tC0(V * currentmap->adj(c, a))[2])) || !isWall3(c->move(a), dummy);
|
b = (patterns::innerwalls && (tC0(V)[2] < tC0(V * currentmap->adj(c, a))[2])) || fake::in() || !isWall3(c->move(a), dummy);
|
||||||
if(b) {
|
if(b) {
|
||||||
#if CAP_WRL
|
#if CAP_WRL
|
||||||
/* always render */
|
/* always render */
|
||||||
|
Loading…
Reference in New Issue
Block a user