瀏覽代碼

#3277 Makes threshold optional

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