Popov72 5 vuotta sitten
vanhempi
commit
4413f824e9
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/Meshes/geometry.ts

+ 1 - 1
src/Meshes/geometry.ts

@@ -706,7 +706,7 @@ export class Geometry implements IGetSetVerticesData {
             this._extend = {
                 minimum: this._boundingInfo.minimum.clone(),
                 maximum: this._boundingInfo.maximum.clone()
-            }
+            };
         } else {
             if (!data) {
                 data = this.getVerticesData(VertexBuffer.PositionKind)!;