2013年9月19日木曜日

画像、アニメのキャッシュ削除

- (void) dealloc {
    //画像、アニメのキャッシュ削除
    [CCAnimationCache purgeSharedAnimationCache];
    [[CCTextureCache sharedTextureCache] removeAllTextures];
        
    [super dealloc];
}

0 件のコメント:

コメントを投稿