mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 12:17:10 +00:00
3d:: depthtest disabled for PPR::SUPERLINE and beyond
This commit is contained in:
@@ -5364,7 +5364,7 @@ void queuecircleat(cell *c, double rad, color_t col) {
|
||||
dynamicval<color_t> p(poly_outline, col);
|
||||
for(int i=0; i<c->type; i++) {
|
||||
if(binarytiling && i < 4) continue;
|
||||
queuepolyat(gmatrix[c], shBinaryWall[i], 0, PPR::LINE);
|
||||
queuepolyat(gmatrix[c], shBinaryWall[i], 0, PPR::SUPERLINE);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user