Browse Source

object.LineSegments2 -> object.isLineSegments2 (#22813)

Garrett Johnson 3 years ago
parent
commit
41cdbf7d97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/jsm/lines/LineSegments2.js

+ 1 - 1
examples/jsm/lines/LineSegments2.js

@@ -285,6 +285,6 @@ class LineSegments2 extends Mesh {
 
 
 }
 }
 
 
-LineSegments2.prototype.LineSegments2 = true;
+LineSegments2.prototype.isLineSegments2 = true;
 
 
 export { LineSegments2 };
 export { LineSegments2 };