Przeglądaj źródła

fix property name

jbousquie 9 lat temu
rodzic
commit
c285eadb56
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
         }
     }