1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 19:19:56 +00:00

Remove unnecessary cache dump

This commit is contained in:
Kyle Cooley 2017-09-15 12:19:12 -04:00
parent 09e645a0e0
commit 2abf7f1752

View file

@ -77,7 +77,6 @@ void World::updateTextureFiltering()
void World::clearAssociatedCaches()
{
mTextureManager->clearCache();
mChunkManager->clearCache();
}