MCPcopy Create free account
hub / github.com/axmolengine/axmol / ~AnimationCacheTest

Method ~AnimationCacheTest

tests/cpp-tests/Source/SpriteTest/SpriteTest.cpp:3765–3771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3763}
3764
3765AnimationCacheTest::~AnimationCacheTest()
3766{
3767 auto frameCache = SpriteFrameCache::getInstance();
3768 frameCache->removeSpriteFramesFromFile("animations/grossini.plist");
3769 frameCache->removeSpriteFramesFromFile("animations/grossini_gray.plist");
3770 frameCache->removeSpriteFramesFromFile("animations/grossini_blue.plist");
3771}
3772
3773std::string AnimationCacheTest::title() const
3774{

Callers

nothing calls this directly

Calls 2

getInstanceFunction · 0.85

Tested by

no test coverage detected