Browse Source

Add const qualifier

Popov72 5 years ago
parent
commit
667e1a1ebb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dist/preview release/glTF2Interface/babylon.glTF2Interface.d.ts

+ 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"