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); } }