uiimage to uiImage

This commit is contained in:
dumganhar 2011-09-28 09:49:57 +08:00
parent 800940dd82
commit 56eb3060ee
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@ bool CCTexture2D::initWithImage(CCImage * uiImage)
#if CC_TEXTURE_NPOT_SUPPORT
if( conf->isSupportsNPOT() )
{
POTWide = uiimage->getWidth();
POTHigh = uiimage->getHeight();
POTWide = uiImage->getWidth();
POTHigh = uiImage->getHeight();
}
else
#endif