mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
fixed fat edges in some H3 honeycombs
This commit is contained in:
parent
fa79d67016
commit
87c902c4b8
@ -877,6 +877,10 @@ void celldrawer::draw_grid() {
|
||||
mm = lerp(1-cgi.ultra_material_part, cgi.ultra_material_part, .99);
|
||||
tie(a, b) = make_pair(normalize(lerp(a, b, mm)), normalize(lerp(b, a, mm)));
|
||||
}
|
||||
else {
|
||||
a = normalize(a);
|
||||
b = normalize(b);
|
||||
}
|
||||
gridline(V, a, b, gridcolor(c, c->move(t)), prec);
|
||||
|
||||
if(reg3::ultra_mirror_in()) {
|
||||
|
Loading…
Reference in New Issue
Block a user