mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
vulkan: Fix typo
This commit is contained in:
parent
a55fda0b49
commit
bb145b9bc1
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user