mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
fixed lines
This commit is contained in:
parent
42cb45e720
commit
b75f3e5575
@ -639,7 +639,7 @@ void prettyline(hyperpoint h1, hyperpoint h2, int col, int lev) {
|
|||||||
pp.V = Id;
|
pp.V = Id;
|
||||||
pp.tab = &prettylinepoints;
|
pp.tab = &prettylinepoints;
|
||||||
pp.offset = 0;
|
pp.offset = 0;
|
||||||
pp.cnt = size(prettylinepoints)/3;
|
pp.cnt = size(prettylinepoints);
|
||||||
pp.minwidth = minwidth_global;
|
pp.minwidth = minwidth_global;
|
||||||
p.col = 0;
|
p.col = 0;
|
||||||
pp.outline = col;
|
pp.outline = col;
|
||||||
@ -658,7 +658,7 @@ void prettypoly(const vector<hyperpoint>& t, int fillcol, int linecol, int lev)
|
|||||||
pp.V = Id;
|
pp.V = Id;
|
||||||
pp.tab = &prettylinepoints;
|
pp.tab = &prettylinepoints;
|
||||||
pp.offset = 0;
|
pp.offset = 0;
|
||||||
pp.cnt = size(prettylinepoints)/3;
|
pp.cnt = size(prettylinepoints);
|
||||||
pp.minwidth = minwidth_global;
|
pp.minwidth = minwidth_global;
|
||||||
p.col = fillcol;
|
p.col = fillcol;
|
||||||
pp.outline = linecol;
|
pp.outline = linecol;
|
||||||
|
Loading…
Reference in New Issue
Block a user