From 5f14a66570966c0f35ee1ed5cb075632afcb0d0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Mon, 1 Feb 2016 11:41:06 -0500 Subject: [PATCH] contrib/inkscape_tools: fix generated code for arrays with gamnit MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/inkscape_tools/src/svg_to_png_and_nit.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/inkscape_tools/src/svg_to_png_and_nit.nit b/contrib/inkscape_tools/src/svg_to_png_and_nit.nit index d762c11..982d7f4 100644 --- a/contrib/inkscape_tools/src/svg_to_png_and_nit.nit +++ b/contrib/inkscape_tools/src/svg_to_png_and_nit.nit @@ -207,7 +207,7 @@ class GamnitImageSetSrc var lines = new Array[String] for image in images do var coordinates = document.coordinates(image) - lines.add "\t\tmain_image.subtexture({coordinates})" + lines.add "\t\troot_texture.subtexture({coordinates})" end attributes.add """ -- 1.7.9.5