Browse Source

remove unwanted change

Julien Barrois 7 years ago
parent
commit
c88a73c8db
1 changed files with 1 additions and 0 deletions
  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;
         }