Przeglądaj źródła

#3277 Makes threshold optional

pixelscommander 7 lat temu
rodzic
commit
a178aeee0b
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
     }
 
     /**