1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00: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

@ -87,7 +87,6 @@ private:
// TODO: Add callback to update these when g_settings changes
bool m_cache_enable_shaders;
bool m_cache_smooth_lighting;
int m_meshgen_block_cache_size;
void fillDataFromMapBlocks(QueuedMeshUpdate *q);
void cleanupCache();