Browse Source

fix constructor fix #4894

@benbro noticed this mistake
gero3 11 years ago
parent
commit
60d83cc52d
1 changed files with 1 additions and 1 deletions
  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 = {
 THREE.PDBLoader.prototype = {
 
 
-	constructor: THREE.OBJLoader,
+	constructor: THREE.PDBLoader,
 
 
 	load: function ( url, onLoad ) {
 	load: function ( url, onLoad ) {