mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-25 01:35:53 +00:00
clearing map
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@491 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -20,6 +20,7 @@ TextureManager::~TextureManager()
|
||||
{
|
||||
glDeleteTextures(1,&iter->second);
|
||||
}
|
||||
textures.clear();
|
||||
}
|
||||
|
||||
void TextureManager::unloadTextures(const PresetOutputs::cshape_container &shapes)
|
||||
|
||||
Reference in New Issue
Block a user