Modern features (height texturing, WMO scaling, maptexture generation)
This commit is contained in:
7
src/noggit/texture_set.cpp
Executable file → Normal file
7
src/noggit/texture_set.cpp
Executable file → Normal file
@@ -295,6 +295,13 @@ bool TextureSet::eraseUnusedTextures()
|
||||
return false;
|
||||
}
|
||||
|
||||
QSettings settings;
|
||||
bool cleanup_unused_textures = settings.value("cleanup_unused_textures", true).toBool();
|
||||
if (!cleanup_unused_textures)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
std::set<int> visible_tex;
|
||||
|
||||
if (tmp_edit_values)
|
||||
|
||||
Reference in New Issue
Block a user