Julien Barrois 7 лет назад
Родитель
Сommit
c88a73c8db
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/Culling/babylon.boundingInfo.ts

+ 1 - 0
src/Culling/babylon.boundingInfo.ts

@@ -129,6 +129,7 @@
         public scale(factor: number): BoundingInfo {
             this.boundingBox.scale(factor);
             this.boundingSphere.scale(factor);
+
             return this;
         }