mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Fix the adjustPlayerPos parameter not being respected in all cases
This commit is contained in:
parent
e1dda9675d
commit
cf62d860b2
@ -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…
x
Reference in New Issue
Block a user