Skip to content

Commit

Permalink
Fix array for soft shape advanced
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvux committed Mar 21, 2019
1 parent f4012a5 commit 71882b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ protected override bool SubPinsChanged
protected override AbstractSoftShapeDefinition GetShapeDefinition(int slice)
{
Vector3Array p = new Vector3Array(FPosition.SliceCount);
ScalarArray m = new ScalarArray(FMass.SliceCount);
ScalarArray m = new ScalarArray(FPosition.SliceCount);

for (int i = 0; i < FPosition.SliceCount; i++)
{
Expand Down

0 comments on commit 71882b1

Please sign in to comment.