1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 20:39:42 +00:00

[Client] Add missing usage of sendDrawStateActors()

This commit is contained in:
David Cernat 2017-04-13 18:56:38 +03:00
parent d2fe777f89
commit 426d5a7fc2

View file

@ -51,6 +51,7 @@ void Cell::updateLocal(bool forceUpdate)
}
actorList->sendPositionActors();
actorList->sendDrawStateActors();
}
void Cell::updateDedicated(float dt)