Explorar o código

GLTFLoader: Fix typo

Takahiro %!s(int64=7) %!d(string=hai) anos
pai
achega
a33d1727fa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/js/loaders/GLTFLoader.js

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

@@ -26,7 +26,7 @@ THREE.GLTFLoader = ( function () {
 			var scope = this;
 
 			var path = this.resourcePath !== undefined
-				? this.resourcePpath
+				? this.resourcePath
 				: THREE.LoaderUtils.extractUrlBase( url );
 
 			var loader = new THREE.FileLoader( scope.manager );