浏览代码

remove unwanted change

Julien Barrois 7 年之前
父节点
当前提交
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;
         }