| 635 | } |
| 636 | |
| 637 | CaptureScreenTest::~CaptureScreenTest() |
| 638 | { |
| 639 | Director::getInstance()->getTextureCache()->removeTextureForKey(_filename); |
| 640 | } |
| 641 | |
| 642 | std::string CaptureScreenTest::title() const |
| 643 | { |
nothing calls this directly
no test coverage detected