This commit is contained in:
halx99 2020-08-30 13:03:32 +08:00
parent 21cb31685d
commit 318c6855a3
1 changed files with 1 additions and 0 deletions

View File

@ -754,6 +754,7 @@ bool SpriteFrameCache::PlistFramesCache::eraseFrames(const std::vector<std::stri
}
_indexPlist2Frames.clear();
_indexFrame2plist.clear();
_isPlistFull.clear();
return ret;
}