Browse Source

GLTFLoader: code style

Pascal Häusler 7 years ago
parent
commit
263b82b81e
1 changed files with 1 additions and 1 deletions
  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;