Explorar o código

fix a spelling bug in LineSegmentsGeometry.js

webglzhang %!s(int64=5) %!d(string=hai) anos
pai
achega
a5a5351d01
Modificáronse 1 ficheiros con 1 adicións e 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;