fix # of sample cols

This commit is contained in:
Tamius Han 2020-05-27 01:07:32 +02:00
parent 557a0eef46
commit 689e75d3d8

View File

@ -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,
},
},