mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-16 07:49:05 -04:00
minor cell change fix
This commit is contained in:
parent
1902dfb7b2
commit
c883921af3
@ -544,7 +544,7 @@ namespace MWWorld
|
|||||||
insertInteriorScripts (*cell);
|
insertInteriorScripts (*cell);
|
||||||
|
|
||||||
// adjust player
|
// adjust player
|
||||||
mPlayerPos->setPos (position.pos[0], position.pos[1], position.pos[2]);
|
mPlayerPos->setPos (position.pos[0], position.pos[1], position.pos[2], true);
|
||||||
mPlayerPos->setCell (cell);
|
mPlayerPos->setCell (cell);
|
||||||
// TODO orientation
|
// TODO orientation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user