1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-27 22:39:53 +00:00

fixed line drawing on spheres

This commit is contained in:
Zeno Rogue 2017-11-13 01:52:39 +01:00
parent 68f4eb537a
commit 9debf3c848

View File

@ -649,6 +649,7 @@ void prettyline(hyperpoint h1, hyperpoint h2, int col, int lev) {
pp.minwidth = minwidth_global;
p.col = 0;
pp.outline = col;
pp.flags = POLY_ISSIDE;
drawpolyline(p);
}