From 99504df1c3ea292410af5eb7fa81d104d7a1b03f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Wed, 25 Jun 2014 17:40:57 -0400 Subject: [PATCH] lib/tileset: TileSet::subimages is public so it can be scaled and such MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/mnit/tileset.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mnit/tileset.nit b/lib/mnit/tileset.nit index b0eae74..45e3b8f 100644 --- a/lib/mnit/tileset.nit +++ b/lib/mnit/tileset.nit @@ -51,7 +51,7 @@ class TileSet var nb_rows: Int # Cache for images of tiles - private var subimages = new Array[Image] + var subimages = new Array[Image] # The subimage of given tile # Aborts if x or y are out of bound -- 1.7.9.5