Procházet zdrojové kódy

GLTFLoader: Cleanup whitespace.

Don McCurdy před 7 roky
rodič
revize
53109a7a96
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/js/loaders/GLTFLoader.js

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

@@ -1539,7 +1539,7 @@ THREE.GLTFLoader = ( function () {
 				var ibCacheKey = 'InterleavedBuffer:' + accessorDef.bufferView + ':' + accessorDef.componentType;
 				var ib = parser.cache.get( ibCacheKey );
 
-				if ( !ib ) {
+				if ( ! ib ) {
 
 					// Use the full buffer if it's interleaved.
 					array = new TypedArray( bufferView );