Kaynağa Gözat

Add const qualifier

Popov72 5 yıl önce
ebeveyn
işleme
667e1a1ebb

+ 1 - 1
dist/preview release/glTF2Interface/babylon.glTF2Interface.d.ts

@@ -955,7 +955,7 @@ declare module BABYLON.GLTF2 {
      */
 
     /** @hidden */
-    enum IKHRLightsPunctual_LightType {
+    const enum IKHRLightsPunctual_LightType {
         DIRECTIONAL = "directional",
         POINT = "point",
         SPOT = "spot"