Browse Source

fix property name

jbousquie 9 năm trước cách đây
mục cha
commit
c285eadb56
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/Particles/babylon.solidParticle.ts

+ 1 - 1
src/Particles/babylon.solidParticle.ts

@@ -23,7 +23,7 @@ module BABYLON {
             this._pos = positionIndex;
             this._shape = shape;
             this._shapeUV = shapeUV;
-            this._shapeId = shapeId;
+            this.shapeId = shapeId;
             this.idxInShape = idxInShape;
         }
     }