mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-12-12 17:53:07 +00:00
Remove unnecessary cache dump
This commit is contained in:
parent
09e645a0e0
commit
2abf7f1752
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ void World::updateTextureFiltering()
|
||||||
|
|
||||||
void World::clearAssociatedCaches()
|
void World::clearAssociatedCaches()
|
||||||
{
|
{
|
||||||
mTextureManager->clearCache();
|
|
||||||
mChunkManager->clearCache();
|
mChunkManager->clearCache();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue