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:
parent
e68106f582
commit
f32964e89a
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user