Browse Source

GLTFLoader: Fix typo

Takahiro 7 years ago
parent
commit
a33d1727fa
1 changed files with 1 additions and 1 deletions
  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 );