mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-15 13:10:08 +00:00
ngl: Typo fix
This commit is contained in:
parent
ca0e1be03e
commit
bca39e2605
@ -727,7 +727,7 @@ gsk_ngl_render_job_transform_bounds (GskNglRenderJob *job,
|
||||
out_rect->size.width = rect->size.width * scale_x;
|
||||
out_rect->size.height = rect->size.height * scale_y;
|
||||
|
||||
/* Normaize in place */
|
||||
/* Normalize in place */
|
||||
if (out_rect->size.width < 0.f)
|
||||
{
|
||||
float size = fabsf (out_rect->size.width);
|
||||
|
Loading…
Reference in New Issue
Block a user