Julien Barrois 6 年之前
父節點
當前提交
7b3b995f74
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Mesh/babylon.linesMesh.ts

+ 1 - 1
src/Mesh/babylon.linesMesh.ts

@@ -179,7 +179,7 @@ module BABYLON {
 
         constructor(name: string, source: LinesMesh) {
             super(name, source);
-            this.intersectionThreshold = this.intersectionThreshold;
+            this.intersectionThreshold = source.intersectionThreshold;
         }
 
         /**