mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +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.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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue