mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-27 02:24:04 -05:00
Removed unneeded code
This commit is contained in:
parent
0fa1ec528d
commit
3ba174dd33
@ -388,7 +388,6 @@ function createDiffuseAlphaTexture(diffuseTexture, alphaTexture, options) {
|
||||
}
|
||||
|
||||
if (diffuseTexture.path === alphaTexture.path) {
|
||||
diffuseTexture.transparent = true;
|
||||
return diffuseTexture;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user