[Bf-blender-cvs] [68b06208d2d] master: Fix undefs from previous commit

Germano Cavalcante noreply at git.blender.org
Fri Jun 18 03:27:22 CEST 2021


Commit: 68b06208d2dcf4ef218e0a139a50cdb6eae35ad2
Author: Germano Cavalcante
Date:   Thu Jun 17 22:27:09 2021 -0300
Branches: master
https://developer.blender.org/rB68b06208d2dcf4ef218e0a139a50cdb6eae35ad2

Fix undefs from previous commit

===================================================================

M	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



More information about the Bf-blender-cvs mailing list