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