Преглед изворни кода

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