Skip to content

Commit

Permalink
Merge pull request #519 from johncbaur/VIX-3456
Browse files Browse the repository at this point in the history
VIX-3456 - ShockwaveData CreateInstanceForClone is not copying ScaledRadius flag
  • Loading branch information
jeffu231 authored Sep 11, 2023
2 parents 55551a4 + 6390ac1 commit 9565644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Vixen.Modules/Effect/Shockwave/ShockwaveData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ protected override EffectTypeModuleData CreateInstanceForClone()
CenterXCurve = new Curve(CenterXCurve),
CenterYCurve = new Curve(CenterYCurve),
AccelerationCurve = new Curve(AccelerationCurve),
BlendEdges = BlendEdges
BlendEdges = BlendEdges,
ScaledRadius = ScaledRadius,
};
return result;
}
Expand Down

0 comments on commit 9565644

Please sign in to comment.