Bladeren bron

remove unwanted change

Julien Barrois 7 jaren geleden
bovenliggende
commit
c88a73c8db
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      src/Culling/babylon.boundingInfo.ts

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

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