[Bf-blender-cvs] [4f90c88] master: Error in last commit

Campbell Barton noreply at git.blender.org
Mon Oct 13 15:41:45 CEST 2014


Commit: 4f90c880a91c943eb012a142950c58dc75a145ae
Author: Campbell Barton
Date:   Mon Oct 13 15:41:19 2014 +0200
Branches: master
https://developer.blender.org/rB4f90c880a91c943eb012a142950c58dc75a145ae

Error in last commit

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

M	source/blender/editors/space_node/drawnode.c

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

diff --git a/source/blender/editors/space_node/drawnode.c b/source/blender/editors/space_node/drawnode.c
index 58001d4..df07d8b 100644
--- a/source/blender/editors/space_node/drawnode.c
+++ b/source/blender/editors/space_node/drawnode.c
@@ -605,7 +605,7 @@ static void node_draw_reroute(const bContext *C, ARegion *ar, SpaceNode *UNUSED(
 static int node_tweak_area_reroute(bNode *node, int x, int y)
 {
 	/* square of tweak radius */
-	static const float tweak_radius_sq = SQUARE(24);
+	const float tweak_radius_sq = SQUARE(24);
 	
 	bNodeSocket *sock = node->inputs.first;
 	float dx = sock->locx - x;




More information about the Bf-blender-cvs mailing list