Julien Barrois 6 years ago
parent
commit
7b3b995f74
1 changed files with 1 additions and 1 deletions
  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;
         }
 
         /**