- added more texture compression supported types

- some in progress work related to texture reloading
This commit is contained in:
Mark Vejvoda
2010-10-29 16:27:22 +00:00
parent 02a16da938
commit e0d338b583
9 changed files with 241 additions and 23 deletions

View File

@@ -84,6 +84,9 @@ void TextureManager::init(bool forceInit) {
if(forceInit == true) {
texture->reseInitState();
}
if(forceInit == true) {
texture->end(false);
}
texture->init(textureFilter, maxAnisotropy);
}
}