Ver código fonte

fix property name

jbousquie 9 anos atrás
pai
commit
c285eadb56
1 arquivos alterados com 1 adições e 1 exclusões
  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;
         }
     }