Ver Fonte

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

Garrett Johnson há 3 anos atrás
pai
commit
41cdbf7d97
1 ficheiros alterados com 1 adições e 1 exclusões
  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 };