Browse Source

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

Garrett Johnson 3 năm trước cách đây
mục cha
commit
41cdbf7d97
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 };