Explorar el Código

#3277 Makes threshold optional

pixelscommander hace 7 años
padre
commit
a178aeee0b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
     }
 
     /**