forked from teamnwah/openmw-tes3coop
[Client] Add missing usage of sendDrawStateActors()
This commit is contained in:
parent
d2fe777f89
commit
426d5a7fc2
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ void Cell::updateLocal(bool forceUpdate)
|
|||
}
|
||||
|
||||
actorList->sendPositionActors();
|
||||
actorList->sendDrawStateActors();
|
||||
}
|
||||
|
||||
void Cell::updateDedicated(float dt)
|
||||
|
|
Loading…
Reference in a new issue