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();
}