Fix build error on windows/MSVC

This commit is contained in:
Dalai Felinto 2018-10-09 12:45:00 +00:00
parent 9a670a67d2
commit 18be4d942b
Notes: blender-bot 2023-02-14 05:14:01 +01:00
Referenced by issue #57122, Sample color during texture painting not working
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ static void gizmo_empty_image_prop_matrix_set(
Object *ob = igzgroup->state.ob;
ob->empty_drawsize = matrix[0][0];
DEG_id_tag_update(ob, DEG_TAG_TRANSFORM);
DEG_id_tag_update(&ob->id, DEG_TAG_TRANSFORM);
float dims[2];
RNA_float_get_array(gz->ptr, "dimensions", dims);