pixelscommander 7 лет назад
Родитель
Сommit
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;
     }
 
     /**