Fix bug in last commit

This commit is contained in:
Joseph Eagar 2021-09-23 16:15:50 -07:00
parent ccb3ca41cd
commit aca54ad3e6
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ void BKE_brush_channel_curve_assign(BrushChannel *ch, BrushCurve *curve)
}
else {
ch->curve.curve = BKE_curvemapping_copy(curve->curve);
BKE_curvemapping_init(curve->curve);
}
}
else {