mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 22:06:42 +00:00
[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);
|
updatePosition(true);
|
||||||
|
|
||||||
|
// Make sure we update our draw state, or we'll end up with the wrong one
|
||||||
|
updateDrawStateAndFlags(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void LocalPlayer::setCell()
|
void LocalPlayer::setCell()
|
||||||
|
|
Loading…
Reference in a new issue