mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
if an action is updating its own arguments, cause updates to go out over network
This commit is contained in:
parent
050c472d6a
commit
85f206d49d
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ bool EntityMotionState::remoteSimulationOutOfSync(uint32_t simulationStep) {
|
|||
}
|
||||
|
||||
if (_serverActionData != _entity->getActionData()) {
|
||||
setOutgoingPriority(SCRIPT_EDIT_SIMULATION_PRIORITY);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue