Explorar o código

#3277 Makes threshold optional

pixelscommander %!s(int64=7) %!d(string=hai) anos
pai
achega
a178aeee0b
Modificáronse 1 ficheiros con 1 adicións e 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;
     }
 
     /**