WM: add temporary field to gizmo's

This commit is contained in:
Campbell Barton
2018-09-08 12:49:21 +10:00
parent dc29ae579f
commit f7f4c05bbf

View File

@@ -223,6 +223,11 @@ struct wmGizmo {
struct IDProperty *properties;
/* Temporary data (assume dirty). */
union {
float f;
} temp;
/* over alloc target_properties after 'wmGizmoType.struct_size' */
};