clearing map

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@491 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
psperl
2007-09-30 02:23:24 +00:00
parent 5e478c5e45
commit 0e7cb56a02

View File

@ -20,6 +20,7 @@ TextureManager::~TextureManager()
{
glDeleteTextures(1,&iter->second);
}
textures.clear();
}
void TextureManager::unloadTextures(const PresetOutputs::cshape_container &shapes)