| 1838 | } |
| 1839 | |
| 1840 | TextureGlClamp::~TextureGlClamp() |
| 1841 | { |
| 1842 | Director::getInstance()->getTextureCache()->removeUnusedTextures(); |
| 1843 | } |
| 1844 | |
| 1845 | //------------------------------------------------------------------ |
| 1846 | // |
nothing calls this directly
no test coverage detected