mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-31 01:20:23 +00:00
Merge branch 'thefutureofcrashesisfoggy' into 'master'
Only load FoW if it exists Closes #8262 See merge request OpenMW/openmw!4485
This commit is contained in:
commit
3e8ea8086c
@ -266,7 +266,7 @@ namespace MWRender
|
||||
if (segment.mFogOfWarImage != nullptr)
|
||||
return;
|
||||
|
||||
if (cell->getFog())
|
||||
if (cell->getFog() && !cell->getFog()->mFogTextures.empty())
|
||||
segment.loadFogOfWar(cell->getFog()->mFogTextures.back());
|
||||
else
|
||||
segment.initFogOfWar();
|
||||
|
Loading…
x
Reference in New Issue
Block a user