1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Remove unused meshgen_block_cache_size setting

This commit is contained in:
Lars
2024-01-18 19:21:34 -08:00
committed by sfan5
parent f08e4bb27d
commit 7c9706fdcf
4 changed files with 0 additions and 8 deletions

View File

@@ -54,7 +54,6 @@ MeshUpdateQueue::MeshUpdateQueue(Client *client):
{
m_cache_enable_shaders = g_settings->getBool("enable_shaders");
m_cache_smooth_lighting = g_settings->getBool("smooth_lighting");
m_meshgen_block_cache_size = g_settings->getS32("meshgen_block_cache_size");
}
MeshUpdateQueue::~MeshUpdateQueue()