mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 18:09:41 +00:00
Fix the adjustPlayerPos parameter not being respected in all cases
This commit is contained in:
parent
e1dda9675d
commit
cf62d860b2
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ namespace MWWorld
|
||||||
// Load cell.
|
// Load cell.
|
||||||
loadCell (cell, loadingListener, changeEvent);
|
loadCell (cell, loadingListener, changeEvent);
|
||||||
|
|
||||||
changePlayerCell(cell, position, true);
|
changePlayerCell(cell, position, adjustPlayerPos);
|
||||||
|
|
||||||
// adjust fog
|
// adjust fog
|
||||||
mRendering.configureFog(mCurrentCell->getCell());
|
mRendering.configureFog(mCurrentCell->getCell());
|
||||||
|
|
Loading…
Reference in a new issue