1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-16 22:11:33 +00:00

allow updating filtering at runtime

This commit is contained in:
cody glassman 2022-04-29 17:26:09 -07:00
parent 13a05dbd63
commit ed6cd487ee

View file

@ -1182,6 +1182,7 @@ namespace MWRender
); );
mTerrain->updateTextureFiltering(); mTerrain->updateTextureFiltering();
mWater->processChangedSettings({});
mViewer->startThreading(); mViewer->startThreading();
} }