Explorar el Código

GLTFLoader: Fixed indentation for json variable declaration

Antonio Gomez hace 8 años
padre
commit
031c8aa566
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/loaders/GLTFLoader.js

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

@@ -91,7 +91,7 @@ THREE.GLTFLoader = ( function () {
 
 			}
 
-				var json = JSON.parse( content );
+			var json = JSON.parse( content );
 
 			if ( json.asset === undefined || json.asset.version[ 0 ] < 2 ) {
 

粤ICP备19079148号