libobs: Fix blend method in studio mode

Property was not being copied over.
This commit is contained in:
jpark37
2022-10-31 11:25:33 +01:00
committed by derrod
parent ebe3311384
commit 93e1efbde2
+1
View File
@@ -1642,6 +1642,7 @@ static inline void duplicate_item_data(struct obs_scene_item *dst,
dst->last_height = src->last_height;
dst->output_scale = src->output_scale;
dst->scale_filter = src->scale_filter;
dst->blend_method = src->blend_method;
dst->blend_type = src->blend_type;
dst->box_transform = src->box_transform;
dst->box_scale = src->box_scale;