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