From e4152ff06713d02af7573e82a972ac22f204b90d Mon Sep 17 00:00:00 2001 From: Xane Date: Mon, 9 Mar 2009 00:47:58 +0000 Subject: [PATCH] [CHG] Fixed the rotation's handle of tiled images. --- GRRLIB/GRRLIB/GRRLIB.c | 1 + 1 file changed, 1 insertion(+) diff --git a/GRRLIB/GRRLIB/GRRLIB.c b/GRRLIB/GRRLIB/GRRLIB.c index 33ce79a..f497e03 100644 --- a/GRRLIB/GRRLIB/GRRLIB.c +++ b/GRRLIB/GRRLIB/GRRLIB.c @@ -288,6 +288,7 @@ void GRRLIB_InitTileSet(struct GRRLIB_texImg *tex, unsigned int tilew, unsigned if (tileh) // Avoid division by zero tex->nbtileh = tex->h / tileh; tex->tilestart = tilestart; + tex->tiledtex = true; GRRLIB_SetHandle( tex, 0, 0 ); }