Explorar el Código

fix a spelling bug in LineSegmentsGeometry.js

webglzhang hace 5 años
padre
commit
a5a5351d01
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/js/lines/LineSegmentsGeometry.js

+ 1 - 1
examples/js/lines/LineSegmentsGeometry.js

@@ -133,7 +133,7 @@ THREE.LineSegmentsGeometry.prototype = Object.assign( Object.create( THREE.Insta
 
 	},
 
-	fromLineSegements: function ( lineSegments ) {
+	fromLineSegments: function ( lineSegments ) {
 
 		var geometry = lineSegments.geometry;