Hi!
I have one CCmenuItemImage that load a PNG
CCMenuItemImage*itemA = [CCMenuItemImage itemFromNormalImage:sFileName
selectedImage:sFileName
target:self
selector:@selector(BtnClick:)];
This work great.
The problem is this PNG is changed in runtime and the second time that I load the CCmenuItemImage ican see the old image.
How i can delete this cache? (Note that sFileName is a screenshot taken in run time as PNG)