Преглед изворни кода

ColladaLoader2: Removed redundant texture.needsUpdate

Mugen87 пре 8 година
родитељ
комит
adebd595cd
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      examples/js/loaders/ColladaLoader2.js

+ 0 - 2
examples/js/loaders/ColladaLoader2.js

@@ -597,8 +597,6 @@ THREE.ColladaLoader.prototype = {
 
 
 					}
 					}
 
 
-					texture.needsUpdate = true;
-
 					return texture;
 					return texture;
 
 
 				}
 				}