1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-15 13:17:13 +00:00

texture aura option

This commit is contained in:
Zeno Rogue
2018-08-03 10:47:20 +02:00
parent 270015cf7f
commit 7c16a9a32a
4 changed files with 15 additions and 3 deletions

View File

@@ -4639,7 +4639,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
queuepolyat(V, shDisk, 0xC0404040, PPR_SWORDMARK);
}
addaura(tC0(V), zcol, fd);
if(!texture::using_aura()) addaura(tC0(V), zcol, fd);
int ad = airdist(c);
if(ad == 1 || ad == 2) {