1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-17 19:20:49 +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();
mWater->processChangedSettings({});
mViewer->startThreading();
}