From 16daacadacd875f60b942930d5a4a6aea7e31cee Mon Sep 17 00:00:00 2001 From: kovacsv Date: Tue, 2 Nov 2021 19:07:47 +0100 Subject: [PATCH] Minor modification. --- source/import/importerthree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/import/importerthree.js b/source/import/importerthree.js index a134636..bbdf57b 100644 --- a/source/import/importerthree.js +++ b/source/import/importerthree.js @@ -219,7 +219,7 @@ OV.ImporterThreeBase = class extends OV.ImporterBase } return THREE.ImageUtils.getDataURL (imageData); } else { - return THREE.ImageUtils.getDataURL (threeMap.image); + return THREE.ImageUtils.getDataURL (img); } }