mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-22 23:17:04 +00:00
no linewidth while flat_on
This commit is contained in:
parent
fc283bd527
commit
0c5877a7ba
@ -724,7 +724,7 @@ EX int perfect_linewidth = 1;
|
||||
|
||||
EX ld linewidthat(const shiftpoint& h) {
|
||||
if(!(vid.antialias & AA_LINEWIDTH)) return 1;
|
||||
else if(hyperbolic && pmodel == mdDisk && pconf.alpha == 1 && !ISWEB) {
|
||||
else if(hyperbolic && pmodel == mdDisk && pconf.alpha == 1 && !ISWEB && !flat_on) {
|
||||
double dz = h[LDIM];
|
||||
if(dz < 1) return 1;
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user