From 426d5a7fc21dd21a528e660f378b6a6c3e212160 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Thu, 13 Apr 2017 18:56:38 +0300 Subject: [PATCH] [Client] Add missing usage of sendDrawStateActors() --- apps/openmw/mwmp/Cell.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openmw/mwmp/Cell.cpp b/apps/openmw/mwmp/Cell.cpp index fd0cce815..f461f589a 100644 --- a/apps/openmw/mwmp/Cell.cpp +++ b/apps/openmw/mwmp/Cell.cpp @@ -51,6 +51,7 @@ void Cell::updateLocal(bool forceUpdate) } actorList->sendPositionActors(); + actorList->sendDrawStateActors(); } void Cell::updateDedicated(float dt)