mirror of https://github.com/axmolengine/axmol.git
uiimage to uiImage
This commit is contained in:
parent
800940dd82
commit
56eb3060ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue