瀏覽代碼

fix property name

jbousquie 9 年之前
父節點
當前提交
c285eadb56
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
         }
     }