forked from mirror/openmw-tes3mp
[Client] Send ID_PLAYER_DRAWSTATE when teleported by server
This commit is contained in:
parent
f8a25747ba
commit
1b59ce8c8f
1 changed files with 3 additions and 0 deletions
|
@ -790,6 +790,9 @@ void LocalPlayer::setPosition()
|
|||
}
|
||||
|
||||
updatePosition(true);
|
||||
|
||||
// Make sure we update our draw state, or we'll end up with the wrong one
|
||||
updateDrawStateAndFlags(true);
|
||||
}
|
||||
|
||||
void LocalPlayer::setCell()
|
||||
|
|
Loading…
Reference in a new issue