vulkan: Fix typo

This commit is contained in:
Benjamin Otte 2023-05-10 02:11:28 +02:00
parent a55fda0b49
commit bb145b9bc1

View File

@ -500,7 +500,7 @@ gsk_vulkan_render_pass_add_transform_node (GskVulkanRenderPass *self,
GskRenderNode *child;
GskTransform *transform;
float new_scale_x = self->scale_x;
float new_scale_y = self->scale_x;
float new_scale_y = self->scale_y;
float old_scale_x;
float old_scale_y;