소스 검색

fix constructor fix #4894

@benbro noticed this mistake
gero3 11 년 전
부모
커밋
60d83cc52d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/js/loaders/PDBLoader.js

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

@@ -10,7 +10,7 @@ THREE.PDBLoader = function ( manager ) {
 
 THREE.PDBLoader.prototype = {
 
-	constructor: THREE.OBJLoader,
+	constructor: THREE.PDBLoader,
 
 	load: function ( url, onLoad ) {