Răsfoiți Sursa

GLTFLoader: Fix typo

Takahiro 7 ani în urmă
părinte
comite
a33d1727fa
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 );