sebavan 6 лет назад
Родитель
Сommit
2a7d9a969a
1 измененных файлов с 1 добавлено и 1 удалено
  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);
         }
-    }
+    };