From 68b06208d2dcf4ef218e0a139a50cdb6eae35ad2 Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Thu, 17 Jun 2021 22:27:09 -0300 Subject: Fix undefs from previous commit --- source/blender/editors/space_graph/graph_select.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_graph/graph_select.c') diff --git a/source/blender/editors/space_graph/graph_select.c b/source/blender/editors/space_graph/graph_select.c index 9effcebc08e..73777568ab1 100644 --- a/source/blender/editors/space_graph/graph_select.c +++ b/source/blender/editors/space_graph/graph_select.c @@ -728,9 +728,9 @@ static bool rectf_curve_intersection( } return false; } -#undef UP +#undef ABOVE #undef INSIDE -#undef DOWN +#undef BELOW /* Perform a box selection of the curves themselves. This means this function tries * to select a curve by sampling it at various points instead of trying to select the -- cgit v1.2.3