Merge branch 'master' of git@git.blender.org:blender.git into blender2.8

This commit is contained in:
Germano Cavalcante 2017-07-14 11:24:43 -03:00
commit 51442b64d6
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ struct SnapObjectContext {
}\
free_object_duplilist(lb);\
}\
use_obedit = obedit && ob->data == obedit->data;\
use_obedit = obedit && obj->data == obedit->data;\
ob = use_obedit ? obedit : obj;\
obmat = ob->obmat;\
CODE\