浏览代码

GLTFLoader: code style

Pascal Häusler 7 年之前
父节点
当前提交
263b82b81e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/js/loaders/GLTFLoader.js

+ 1 - 1
examples/js/loaders/GLTFLoader.js

@@ -714,7 +714,7 @@ THREE.GLTFLoader = ( function () {
 			// Here's based on refreshUniformsCommon() and refreshUniformsStandard() in WebGLRenderer.
 			refreshUniforms: function ( renderer, scene, camera, geometry, material, group ) {
 
-				if ( material.isGLTFSpecularGlossinessMaterial !== true) {
+				if ( material.isGLTFSpecularGlossinessMaterial !== true ) {
 
 					return;