Kikuchi Ken пре 7 година
родитељ
комит
6fee41c51c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/js/loaders/PDBLoader.js

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

@@ -175,7 +175,7 @@ THREE.PDBLoader.prototype = {
 
 				}
 
-				atoms[index] = [ x, y, z, CPK[ e ], capitalize( e ) ];
+				atoms[ index ] = [ x, y, z, CPK[ e ], capitalize( e ) ];
 
 				if ( histogram[ e ] === undefined ) {