From 386031ec13455e80a19fe09899fb2c0fca79ea29 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Mon, 18 Dec 2017 23:39:50 +0100 Subject: [PATCH] changed default pngres to 2048, so that it makes good textures --- basegraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basegraph.cpp b/basegraph.cpp index defc3f5b..b5c0602d 100644 --- a/basegraph.cpp +++ b/basegraph.cpp @@ -945,7 +945,7 @@ ld textscale() { // bool notgl = false; -int pngres = 2000; +int pngres = 2048; int pngformat = 0; #if CAP_PNG