This commit is contained in:
Matthias Clasen
2017-09-10 13:32:42 -04:00
parent aec50193b0
commit ffd2e620ba

View File

@@ -606,10 +606,9 @@ gsk_vulkan_renderer_get_glyph_coords (GskVulkanRenderer *self,
if (coords[i].glyph == glyph)
{
*x = coords[i].x;
*y = coords[i].x;
*y = coords[i].y;
*width = coords[i].width;
*height = coords[i].height;
//g_print ("using %g %g %g %g\n", coords[i].x, coords[i].y, coords[i].width, coords[i].height);
break;
}
}