소스 검색

Remove comments

Popov72 5 년 전
부모
커밋
d48bab56d7
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/Meshes/mesh.ts

+ 0 - 4
src/Meshes/mesh.ts

@@ -1103,10 +1103,6 @@ export class Mesh extends AbstractMesh implements IGetSetVerticesData {
             return;
         }
 
-        /*if (!this.ignoreNonUniformScaling && this._thinInstanceStorage!.nonUniformScaling && !this.nonUniformScaling) {
-            this._updateNonUniformScalingState(true);
-        }*/
-
         if (!this.doNotSyncBoundingInfo) {
             this.thinInstanceRefreshBoundingInfo(false);
         }