1
0
Fork 1
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:
David Cernat 2017-02-23 06:25:46 +02:00
parent f8a25747ba
commit 1b59ce8c8f

View file

@ -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()