Explorar o código

Clarified exception warning

CarlBateman %!s(int64=9) %!d(string=hai) anos
pai
achega
228e04bd4f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/loaders/FBXLoader.js

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

@@ -4329,7 +4329,7 @@
 
 					if ( window.Zlib === undefined ) {
 
-					  throw new Error('FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js');
+						throw new Error( 'FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js' );
 
 					}
 

粤ICP备19079148号