From 84d04d391bc4bf9481106d4f5ac4d3dd8f27ed87 Mon Sep 17 00:00:00 2001 From: Fox Caminiti Date: Fri, 6 Jan 2023 17:44:22 -0500 Subject: round edges --- src/layer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/layer.cpp') diff --git a/src/layer.cpp b/src/layer.cpp index 7d40310..6159467 100644 --- a/src/layer.cpp +++ b/src/layer.cpp @@ -114,8 +114,6 @@ Layer_UpdateMasksEffects(project_state *State, block_layer *Layer, memory *Memor v2 Min = {}, Max = {}; if (State->Interact_Active == interact_type_keyframe_move) { NVG_FlattenPath(Memory, Shape, (nvg_point *)Data, State, T, 0, 0, Width, Height, 0, &Min, &Max); - Shape->Width = Max.x - Min.x; - Shape->Height = Max.y - Min.y; } uint32 NumberOfVerts = NVG_FlattenPath(Memory, Shape, (nvg_point *)Data, State, T, Shape->Width, Shape->Height, Width, Height, 1, &Min, &Max); -- cgit v1.2.3