Forráskód Böngészése

#3277 Makes threshold optional

pixelscommander 7 éve
szülő
commit
a178aeee0b
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
     }
 
     /**