Popov72 5 년 전
부모
커밋
4413f824e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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)!;