Minor modification.

This commit is contained in:
kovacsv 2021-11-02 19:07:47 +01:00
parent a053ea07b4
commit 16daacadac

View File

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