ソースを参照

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