Explorar o código

fix property name

jbousquie %!s(int64=9) %!d(string=hai) anos
pai
achega
c285eadb56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }
     }