Minor modification.
This commit is contained in:
parent
a053ea07b4
commit
16daacadac
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user