mirror of
https://github.com/overte-org/overte.git
synced 2025-07-04 04:49:10 +02:00
send to network when an action is deleted, also
This commit is contained in:
parent
5acbb74362
commit
3f7f5a2bbd
1 changed files with 1 additions and 0 deletions
|
@ -1749,6 +1749,7 @@ void EntityItem::checkWaitingToRemove(EntitySimulation* simulation) {
|
||||||
assertLocked();
|
assertLocked();
|
||||||
foreach(QUuid actionID, _actionsToRemove) {
|
foreach(QUuid actionID, _actionsToRemove) {
|
||||||
removeActionInternal(actionID, simulation);
|
removeActionInternal(actionID, simulation);
|
||||||
|
setActionDataDirty(true);
|
||||||
setActionDataNeedsTransmit(true);
|
setActionDataNeedsTransmit(true);
|
||||||
}
|
}
|
||||||
_actionsToRemove.clear();
|
_actionsToRemove.clear();
|
||||||
|
|
Loading…
Reference in a new issue