Browse Source

lint issue

sebavan 6 năm trước cách đây
mục cha
commit
2a7d9a969a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Lights/Shadows/shadowGeneratorSceneComponent.ts

+ 1 - 1
src/Lights/Shadows/shadowGeneratorSceneComponent.ts

@@ -121,4 +121,4 @@ import { AbstractScene } from "../../abstractScene";
             component = new ShadowGeneratorSceneComponent(scene);
             scene._addComponent(component);
         }
-    }
+    };