From e4acc91f56d9d88b75f60a23bd9662804d7c54b7 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Mon, 23 Jan 2023 23:57:37 -0500 Subject: selection upgrade wip --- src/bezier.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/bezier.cpp') diff --git a/src/bezier.cpp b/src/bezier.cpp index 5916c42..dd3974d 100644 --- a/src/bezier.cpp +++ b/src/bezier.cpp @@ -44,9 +44,8 @@ Bezier_SolveYForX(v2 Point_P0, v2 Point_P1, v2 Point_P2, v2 Point_P3, real32 Tar static uint32 Bezier_Shape_Sort(memory *Memory, shape_layer *Shape, bezier_point *PointData, project_state *State, layer_transforms T, int Width, int Height, - int CompWidth, int CompHeight, bool32 Interact) + int CompWidth, int CompHeight, real32 Radius, bool32 Interact) { - real32 Radius = Shape->Opt.Roundness; bezier_point *PointStart = PointData; for (int i = 0; i < Shape->Point_Count; i++) { bezier_point Point = *Bezier_LookupAddress(Memory, Shape->Block_Bezier_Index, i, 1); -- cgit v1.2.3