pixelscommander пре 7 година
родитељ
комит
a178aeee0b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/Layer/babylon.highlightlayer.ts

+ 1 - 1
src/Layer/babylon.highlightlayer.ts

@@ -60,7 +60,7 @@
         /**
          * Threshold for cutting glow.
          */
-        threshold: number;
+        threshold?: number;
     }
 
     /**