mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-15 22:27:38 +00:00
redone basic graphics settings (vsync, resolution, fullscreen, gl/aa)
This commit is contained in:
@@ -790,7 +790,7 @@ EX ld scale_at(const shiftmatrix& T) {
|
||||
EX int perfect_linewidth = 1;
|
||||
|
||||
EX ld linewidthat(const shiftpoint& h) {
|
||||
if(!(vid.antialias & AA_LINEWIDTH)) return 1;
|
||||
if(!vid.fineline) return 1;
|
||||
else if(hyperbolic && pmodel == mdDisk && pconf.alpha == 1 && !ISWEB && !flat_on) {
|
||||
double dz = h[LDIM];
|
||||
if(dz < 1) return 1;
|
||||
|
Reference in New Issue
Block a user