| 1876 | } |
| 1877 | |
| 1878 | TextureGlRepeat::~TextureGlRepeat() |
| 1879 | { |
| 1880 | Director::getInstance()->getTextureCache()->removeUnusedTextures(); |
| 1881 | } |
| 1882 | |
| 1883 | //------------------------------------------------------------------ |
| 1884 | // |
nothing calls this directly
no test coverage detected