1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

netgen:: updated prettyline to queueline

This commit is contained in:
Zeno Rogue 2019-02-28 22:28:06 +01:00
parent e68106f582
commit f32964e89a

View File

@ -645,7 +645,7 @@ namespace hr { namespace netgen {
nei[i][e] >= 0 ? 0x808080 : nei[i][e] >= 0 ? 0x808080 :
0xC0C0C0; 0xC0C0C0;
prettyline(hvec(i, (e+ofs)%t), hvec(i, (e+1+ofs)%t), (col << 8) + 0xFF, 3, 0); queueline(hvec(i, (e+ofs)%t), hvec(i, (e+1+ofs)%t), (col << 8) + 0xFF, 3);
} }
} }
} }