Explorar o código

fix more eslint requirements

Michael Turkeev %!s(int64=7) %!d(string=hai) anos
pai
achega
44d9c06f30
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/loaders/ObjectLoader.js

+ 1 - 1
src/loaders/ObjectLoader.js

@@ -471,7 +471,7 @@ Object.assign( ObjectLoader.prototype, {
 					var array = [];
 					for ( var j = 0; j < data.materials.length; j ++ ) {
 
-						if (cache[ data.materials[ j ].uuid ]) {
+						if ( cache[ data.materials[ j ].uuid ] ) {
 
 							array.push( cache[ data.materials[ j ].uuid ] );
 

粤ICP备19079148号