Bläddra i källkod

Update GLTFLoader.js

gilnoycloudinary 6 år sedan
förälder
incheckning
472ff56ecd
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      examples/js/loaders/GLTFLoader.js

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

@@ -1250,7 +1250,7 @@ THREE.GLTFLoader = ( function () {
 		
 		
 		// Host Relative URL
 		// Host Relative URL
 		if ( /^https?:\/\//i.test(path) && /^\//.test(url) ) {
 		if ( /^https?:\/\//i.test(path) && /^\//.test(url) ) {
-			path = path.replace( /(^https?:\/\/[^\/]+).*/i , '$1' );
+		path = path.replace( /(^https?:\/\/[^\/]+).*/i , '$1' );
 		}
 		}
 
 
 		// Absolute URL http://,https://,//
 		// Absolute URL http://,https://,//