ソースを参照

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 ) {