[Bf-blender-cvs] [d9e253abce6] blender2.8: Correct last commit

Campbell Barton noreply at git.blender.org
Tue Aug 15 16:23:18 CEST 2017


Commit: d9e253abce63bc5fbdc38e9aaff40db3124b07c0
Author: Campbell Barton
Date:   Wed Aug 16 00:25:25 2017 +1000
Branches: blender2.8
https://developer.blender.org/rBd9e253abce63bc5fbdc38e9aaff40db3124b07c0

Correct last commit

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

M	source/blender/editors/transform/transform_snap.c

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

diff --git a/source/blender/editors/transform/transform_snap.c b/source/blender/editors/transform/transform_snap.c
index 8753018a9af..1181f584313 100644
--- a/source/blender/editors/transform/transform_snap.c
+++ b/source/blender/editors/transform/transform_snap.c
@@ -78,7 +78,7 @@
 #include "transform.h"
 
 /* this should be passed as an arg for use in snap functions */
-#undef BASACT_NEW(sl)
+#undef BASACT_NEW
 
 /* use half of flt-max so we can scale up without an exception */




More information about the Bf-blender-cvs mailing list