From edaf628725a854952e879bc8f7f0fbb3dfb92c9d Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Tue, 28 Sep 2010 16:45:14 +0000 Subject: [PATCH] [CHG] Typo in a comment --- GRRLIB/GRRLIB/GRRLIB_texEdit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GRRLIB/GRRLIB/GRRLIB_texEdit.c b/GRRLIB/GRRLIB/GRRLIB_texEdit.c index 553197d..f0b94e4 100644 --- a/GRRLIB/GRRLIB/GRRLIB_texEdit.c +++ b/GRRLIB/GRRLIB/GRRLIB_texEdit.c @@ -144,7 +144,7 @@ GRRLIB_texImg* GRRLIB_LoadTexturePNG (const u8 *my_png) { my_texture->h = height; GRRLIB_SetHandle( my_texture, 0, 0 ); if(imgProp.imgWidth != width || imgProp.imgHeight != height) { - // PGNU has resized the texture + // PNGU has resized the texture memset(my_texture->data, 0, (my_texture->h * my_texture->w) << 2); } GRRLIB_FlushTex( my_texture );