Popov72 5 năm trước cách đây
mục cha
commit
4413f824e9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)!;