mask: remove aspect arguments which are no longer needed.
This commit is contained in:
@@ -5908,7 +5908,7 @@ static void MaskPointToTransData(SpaceClip *sc, MaskSplinePoint *point, TransDat
|
||||
else {
|
||||
tdm->is_handle = TRUE;
|
||||
|
||||
BKE_mask_point_handle(point, aspx, aspy, tdm->handle);
|
||||
BKE_mask_point_handle(point, tdm->handle);
|
||||
|
||||
copy_v2_v2(tdm->orig_handle, tdm->handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user