| 3827 | } |
| 3828 | |
| 3829 | AnimationCacheFile::~AnimationCacheFile() |
| 3830 | { |
| 3831 | auto frameCache = SpriteFrameCache::getInstance(); |
| 3832 | frameCache->removeSpriteFramesFromFile("animations/grossini.plist"); |
| 3833 | frameCache->removeSpriteFramesFromFile("animations/grossini_gray.plist"); |
| 3834 | frameCache->removeSpriteFramesFromFile("animations/grossini_blue.plist"); |
| 3835 | } |
| 3836 | |
| 3837 | std::string AnimationCacheFile::title() const |
| 3838 | { |
nothing calls this directly
no test coverage detected