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;
         }
 
         /**