uninitialized variables-gfx

This commit is contained in:
AzaezelX 2020-05-11 15:00:25 -05:00
parent 1efb687867
commit b9c207765e
33 changed files with 108 additions and 43 deletions

View file

@ -69,7 +69,6 @@ namespace ImageUtil
{
S32 width;
S32 height;
S32 flags;
const U8 *pSrc;
U8 *pDst;
GFXFormat format;
@ -306,4 +305,4 @@ namespace ImageUtil
{
return mFloor(mLog2(mMax(width, height))) + 1;
}
}
}