From 3ba174dd3347026a9b4cc4febcd22c1b256f83f9 Mon Sep 17 00:00:00 2001 From: Tom Fili Date: Fri, 19 Jul 2019 21:03:33 -0400 Subject: [PATCH] Removed unneeded code --- lib/loadMtl.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/loadMtl.js b/lib/loadMtl.js index d8ea67a..17a31e7 100644 --- a/lib/loadMtl.js +++ b/lib/loadMtl.js @@ -388,7 +388,6 @@ function createDiffuseAlphaTexture(diffuseTexture, alphaTexture, options) { } if (diffuseTexture.path === alphaTexture.path) { - diffuseTexture.transparent = true; return diffuseTexture; }