mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 15:02:20 +00:00
[CHG] Typo in a comment
This commit is contained in:
parent
4e0e562178
commit
edaf628725
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue