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);
         }