fix(materialui): Assign scale_factor and rotation to draw

This commit is contained in:
Stuart Carnie 2018-06-29 16:19:41 -07:00
parent 149f5b73a1
commit 4135300b04

View File

@ -355,6 +355,8 @@ static void materialui_draw_icon(
draw.y = height - y - icon_size;
draw.width = icon_size;
draw.height = icon_size;
draw.scale_factor = scale_factor;
draw.rotation = rotation;
draw.coords = &coords;
draw.matrix_data = &mymat;
draw.texture = texture;