Browse Source

GLTFLoader: Cleanup whitespace.

Don McCurdy 7 years ago
parent
commit
53109a7a96
1 changed files with 1 additions and 1 deletions
  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 );