]> O.S.I.I.S - jp/vkvg.git/commitdiff
debug nsvg surf->new name changed
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 21 Mar 2022 14:00:29 +0000 (15:00 +0100)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Mon, 21 Mar 2022 14:00:29 +0000 (15:00 +0100)
src/nsvg/vkvg_nsvg.c

index 0c34450db7a198b85f1a8a2c74869e8afa702725..681471ad946541651dfceb9ffb95d2f4967aedb5 100644 (file)
@@ -46,7 +46,7 @@ VkvgSurface _svg_load (VkvgDevice dev, NSVGimage* svg) {
 
        surf->width = (uint32_t)svg->width;
        surf->height = (uint32_t)svg->height;
-       surf->new = true;
+       surf->newSurf = true;
 
        _create_surface_images (surf);