From 689e75d3d86dea7b028f5febc89aeae7bc3f74ec Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 27 May 2020 01:07:32 +0200 Subject: [PATCH] fix # of sample cols --- src/ext/conf/ExtensionConf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/conf/ExtensionConf.js b/src/ext/conf/ExtensionConf.js index e27599c..8440dfa 100644 --- a/src/ext/conf/ExtensionConf.js +++ b/src/ext/conf/ExtensionConf.js @@ -154,7 +154,7 @@ var ExtensionConf = { sampleCanvas: { // size of image sample for detecting aspect ratio. Bigger size means more accurate results, // at the expense of performance. Width == sample texture size (size of webGL canvas is pegged // on sample count) - width: 640, + width: 32, height: 360, }, },