Browse Source

remove unwanted change

Julien Barrois 7 năm trước cách đây
mục cha
commit
c88a73c8db
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
         }